Re: [Qemu-devel] [PATCH 4/6] target-ppc: Convert PReP to machine class

2015-03-30 Thread David Gibson
On Mon, Mar 30, 2015 at 11:33:43PM +0200, Andreas Färber wrote: > Am 06.03.2015 um 05:18 schrieb David Gibson: > > The more commonly used ppc machine types: spapr, and newworld Mac have > > already been converted to the newer MachineClass representation, but some > > others still use QEMUMachine. >

Re: [Qemu-devel] [PATCH 4/6] target-ppc: Convert PReP to machine class

2015-03-30 Thread Andreas Färber
Am 06.03.2015 um 05:18 schrieb David Gibson: > The more commonly used ppc machine types: spapr, and newworld Mac have > already been converted to the newer MachineClass representation, but some > others still use QEMUMachine. > > This patch cleans things up slightly, by converting the "prep" machi

[Qemu-devel] [PATCH 4/6] target-ppc: Convert PReP to machine class

2015-03-05 Thread David Gibson
The more commonly used ppc machine types: spapr, and newworld Mac have already been converted to the newer MachineClass representation, but some others still use QEMUMachine. This patch cleans things up slightly, by converting the "prep" machine type to the new style. Signed-off-by: David Gibson