Re: [Qemu-devel] [PATCH 2/5] hw: arm_gic: Introduce GIC_SET_PRIORITY macro

2013-09-12 Thread Christoffer Dall
On Sun, Aug 25, 2013 at 04:37:44PM +0100, Alexander Graf wrote: > > On 23.08.2013, at 21:10, 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. > > > > Sig

Re: [Qemu-devel] [PATCH 2/5] hw: arm_gic: Introduce GIC_SET_PRIORITY macro

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 21:10, 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 > --- > hw/intc/arm_gic.c |6 +- > hw/

[Qemu-devel] [PATCH 2/5] hw: arm_gic: Introduce GIC_SET_PRIORITY macro

2013-08-23 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 |6 +- hw/intc/gic_internal.h |6 ++ 2 files changed, 7 insertions(