[Qemu-devel] [PATCH 1/3] arm_gic: Fix read of GICD_ICFGR

2014-08-16 Thread Adam Lackorzynski
The GICD_ICFGR register covers 4 interrupts per byte. Acked-by: Christoffer Dall christoffer.d...@linaro.org Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de --- hw/intc/arm_gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c

Re: [Qemu-devel] [PATCH 1/3] arm_gic: Fix read of GICD_ICFGR

2014-08-15 Thread Christoffer Dall
On Sun, Aug 03, 2014 at 10:53:45AM +0200, Adam Lackorzynski wrote: The GICD_ICFGR register covers 4 interrupts per byte. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de --- hw/intc/arm_gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/arm_gic.c

[Qemu-devel] [PATCH 1/3] arm_gic: Fix read of GICD_ICFGR

2014-08-03 Thread Adam Lackorzynski
The GICD_ICFGR register covers 4 interrupts per byte. Signed-off-by: Adam Lackorzynski a...@os.inf.tu-dresden.de --- hw/intc/arm_gic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c index 1532ef9..d2b1aaf 100644 --- a/hw/intc/arm_gic.c