Re: [Qemu-devel] [PATCH arm-devs v1 10/15] xilinx_spips: Fix CTRL register RW bits

2013-04-08 Thread Peter Crosthwaite
Hi Peter, On Sat, Apr 6, 2013 at 4:57 AM, Peter Maydell wrote: > On 3 April 2013 05:33, Peter Crosthwaite wrote: >> The CTRL register was RAZ/WI on some of the RW bits. Even though the >> function behind these bits is invalid in QEMU, they should still be >> guest accessible. Fix. >> >> Signed-o

Re: [Qemu-devel] [PATCH arm-devs v1 10/15] xilinx_spips: Fix CTRL register RW bits

2013-04-05 Thread Peter Maydell
On 3 April 2013 05:33, Peter Crosthwaite wrote: > The CTRL register was RAZ/WI on some of the RW bits. Even though the > function behind these bits is invalid in QEMU, they should still be > guest accessible. Fix. > > Signed-off-by: Peter Crosthwaite > --- > > hw/xilinx_spips.c |4 ++-- > 1

[Qemu-devel] [PATCH arm-devs v1 10/15] xilinx_spips: Fix CTRL register RW bits

2013-04-02 Thread Peter Crosthwaite
The CTRL register was RAZ/WI on some of the RW bits. Even though the function behind these bits is invalid in QEMU, they should still be guest accessible. Fix. Signed-off-by: Peter Crosthwaite --- hw/xilinx_spips.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/x