Re: [Qemu-devel] [PATCH v4 03/17] hw/intc/arm_gic: Switch to read/write callbacks with tx attributes

2015-05-04 Thread Edgar E. Iglesias
On Fri, May 01, 2015 at 06:50:29PM +0100, Peter Maydell wrote: > Switch the GIC's MMIO callback functions to the read_with_attrs > and write_with_attrs functions which provide MemTxAttrs. This will > allow the GIC to correctly handle secure and nonsecure register > accesses. > > Signed-off-by: Pet

[Qemu-devel] [PATCH v4 03/17] hw/intc/arm_gic: Switch to read/write callbacks with tx attributes

2015-05-01 Thread Peter Maydell
Switch the GIC's MMIO callback functions to the read_with_attrs and write_with_attrs functions which provide MemTxAttrs. This will allow the GIC to correctly handle secure and nonsecure register accesses. Signed-off-by: Peter Maydell --- hw/intc/arm_gic.c | 144 ++