Re: [Qemu-devel] [PATCH v2] target-arm: GIC: bug fixes for arm_gic.c

2012-12-20 Thread Daniel Sangorrin
On Sat, Dec 8, 2012 at 12:58 AM, Johannes Winter wrote: > On 07.12.2012 15:38, Peter Maydell wrote: > [...] > >> On 7 December 2012 14:31, Daniel Sangorrin >> wrote: > >> [...] > >>> In particular, I'm interested in helping to make current Trus

Re: [Qemu-devel] [PATCH v2] target-arm: GIC: bug fixes for arm_gic.c

2012-12-07 Thread Daniel Sangorrin
ke current TrustZone support by Johannes Winter (https://github.com/jowinter/qemu-trustzone) mainstream. I can contribute by testing it or adding features that are not yet implemented. Best regards Daniel Sangorrin On Fri, Dec 7, 2012 at 9:16 PM, Peter Maydell wrote: > On 7 December 2012

[Qemu-devel] [PATCH] target-arm: GIC: bug fixes for arm_gic.c

2012-12-07 Thread Daniel Sangorrin
e I'm not an expert on QEMU and this is my first patch. target-arm: bug fixes for arm_gic.c The IRQ number was not calculated correctly in the function gic_dist_writeb for accesses to set/clear pending and set/clear enable. Signed-off-by: Daniel Sangorrin --- hw/arm_gi

[Qemu-devel] [PATCH v2] target-arm: GIC: bug fixes for arm_gic.c

2012-12-07 Thread Daniel Sangorrin
q value on arm_gic.c Fix a small bug that was using an incorrect IRQ value in the function gic_dist_writeb. Signed-off-by: Daniel Sangorrin --- hw/arm_gic.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/arm_gic.c b/hw/arm_gic.c index f9e423f..64d4e23 100644 --- a/hw

[Qemu-devel] [PATCH] target-arm: GIC: bug fixes for arm_gic.c

2012-12-06 Thread Daniel Sangorrin
e I'm not an expert on QEMU and this is my first patch. target-arm: bug fixes for arm_gic.c The IRQ number was not calculated correctly in the function gic_dist_writeb for accesses to set/clear pending and set/clear enable. Signed-off-by: Daniel Sangorrin --- hw/arm_gi