Re: [Qemu-devel] [RFC PATCH v2 2/6] hw: arm_gic: Introduce GIC_SET_PRIORITY macro

2013-10-14 Thread Peter Maydell
On 26 September 2013 22:03, Christoffer Dall wrote: > To make the code slightly cleaner to look at and make the save/restore > code easier to understand, introduce this macro to set the priority of > interrupts. > > Signed-off-by: Christoffer Dall Commit message and subject need updating since i

[Qemu-devel] [RFC PATCH v2 2/6] hw: arm_gic: Introduce GIC_SET_PRIORITY macro

2013-09-26 Thread Christoffer Dall
To make the code slightly cleaner to look at and make the save/restore code easier to understand, introduce this macro to set the priority of interrupts. Signed-off-by: Christoffer Dall --- hw/intc/arm_gic.c | 15 ++- hw/intc/gic_internal.h |1 + 2 files changed, 11 insert