Re: [Qemu-devel] [PATCH] armv7m_nvic: fix AIRCR implementation

2014-06-19 Thread Peter Maydell
On 17 June 2014 14:07, Oran Avraham wrote: > The returned reset value was wrong (off by one zero nibble), and > qemu didn't log unimplemented writes to the PRIGROUP field. > > Signed-off-by: Oran Avraham > --- Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH] armv7m_nvic: fix AIRCR implementation

2014-06-17 Thread Oran Avraham
The returned reset value was wrong (off by one zero nibble), and qemu didn't log unimplemented writes to the PRIGROUP field. Signed-off-by: Oran Avraham --- hw/intc/armv7m_nvic.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c