Re: [Qemu-devel] [RFC 1/4] target-ppc: introduce PPCMachineClass and PPCMachineState

2016-04-15 Thread David Gibson
On Thu, Apr 07, 2016 at 04:23:11PM +0100, Mark Cave-Ayland wrote: > Introduce PPCMachineClass in anticipation of making it the superclass for > all PPC machines. > > Signed-off-by: Mark Cave-Ayland > --- > hw/ppc/ppc.c| 16 >

[Qemu-devel] [RFC 1/4] target-ppc: introduce PPCMachineClass and PPCMachineState

2016-04-07 Thread Mark Cave-Ayland
Introduce PPCMachineClass in anticipation of making it the superclass for all PPC machines. Signed-off-by: Mark Cave-Ayland --- hw/ppc/ppc.c| 16 include/hw/ppc/ppc.h| 16 include/qemu/typedefs.h |2 ++ 3