[Qemu-devel] [PATCH] nvic: allow to set pending status for not active interrupts

2016-10-07 Thread marcin.krzeminski
From: Marcin Krzeminski According to ARM DUI 0552A 4.2.10. NVIC set pending status also for disabled interrupts. This patch adds possibility to emulate this in Qemu. Signed-off-by: Marcin Krzeminski --- hw/intc/arm_gic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/

Re: [Qemu-devel] [PATCH] nvic: allow to set pending status for not active interrupts

2016-10-13 Thread Peter Maydell
On 7 October 2016 at 10:42, wrote: > From: Marcin Krzeminski > > According to ARM DUI 0552A 4.2.10. NVIC set pending status > also for disabled interrupts. This patch adds possibility > to emulate this in Qemu. > > Signed-off-by: Marcin Krzeminski > --- > hw/intc/arm_gic.c | 3 ++- > 1 file ch

Re: [Qemu-devel] [PATCH] nvic: allow to set pending status for not active interrupts

2016-10-17 Thread Krzeminski, Marcin (Nokia - PL/Wroclaw)
Hi Peter > -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: Thursday, October 13, 2016 6:59 PM > To: Krzeminski, Marcin (Nokia - PL/Wroclaw) > > Cc: QEMU Developers ; qemu-arm a...@nongnu.org>; rfsw-patc...@mlist.nokia.com > Subject: Re: [PATCH] nvic: al