Re: [Qemu-devel] [PATCH] hw/intc/arm_gic: honor target mask in gic_update()

2014-08-29 Thread Peter Maydell
On 13 August 2014 17:31, Sergey Fedorov wrote: > Take IRQ target mask into account when determining the highest priority > pending interrupt. > > Signed-off-by: Sergey Fedorov Thanks, applied to target-arm.next. -- PMM

Re: [Qemu-devel] [PATCH] hw/intc/arm_gic: honor target mask in gic_update()

2014-08-25 Thread Sergey Fedorov
Ping. On 13.08.2014 20:31, Sergey Fedorov wrote: > Take IRQ target mask into account when determining the highest priority > pending interrupt. > > Signed-off-by: Sergey Fedorov > --- > hw/intc/arm_gic.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/hw/intc/arm_gic.c

Re: [Qemu-devel] [PATCH] hw/intc/arm_gic: honor target mask in gic_update()

2014-08-15 Thread Christoffer Dall
On Wed, Aug 13, 2014 at 08:31:11PM +0400, Sergey Fedorov wrote: > Take IRQ target mask into account when determining the highest priority > pending interrupt. > > Signed-off-by: Sergey Fedorov > --- > hw/intc/arm_gic.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/h

[Qemu-devel] [PATCH] hw/intc/arm_gic: honor target mask in gic_update()

2014-08-13 Thread Sergey Fedorov
Take IRQ target mask into account when determining the highest priority pending interrupt. Signed-off-by: Sergey Fedorov --- hw/intc/arm_gic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c index 1532ef9..a5ad7b9 100644 --- a/hw/intc/a