Re: [Qemu-devel] [PATCH 1/2] intc/openpic: QOM'ify

2013-06-17 Thread Peter Crosthwaite
On Tue, Jun 18, 2013 at 11:58 AM, Andreas Färber wrote: > Introduce type constant and cast macro. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Crosthwaite > --- > hw/intc/openpic.c| 17 +++-- > hw/ppc/e500.c| 2 +- > hw/ppc/mac_newworld.c| 2 +- >

[Qemu-devel] [PATCH 1/2] intc/openpic: QOM'ify

2013-06-17 Thread Andreas Färber
Introduce type constant and cast macro. Signed-off-by: Andreas Färber --- hw/intc/openpic.c| 17 +++-- hw/ppc/e500.c| 2 +- hw/ppc/mac_newworld.c| 2 +- include/hw/ppc/openpic.h | 2 ++ 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/hw/intc