Re: [Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection

2014-04-03 Thread Marcel Apfelbaum
On Thu, 2014-04-03 at 19:57 +0200, Andreas Färber wrote: > Am 03.04.2014 19:46, schrieb Marcel Apfelbaum: > > On Thu, 2014-04-03 at 19:25 +0200, Andreas Färber wrote: > >> Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: > >>> No need for QEMUMachine anymore because > >>> its fields are passed to Mac

Re: [Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection

2014-04-03 Thread Andreas Färber
Am 03.04.2014 19:46, schrieb Marcel Apfelbaum: > On Thu, 2014-04-03 at 19:25 +0200, Andreas Färber wrote: >> Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: >>> No need for QEMUMachine anymore because >>> its fields are passed to MachineClass. >> >> QEMUMachineInitArgs still has a QEMUMachine field

Re: [Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection

2014-04-03 Thread Marcel Apfelbaum
On Thu, 2014-04-03 at 19:25 +0200, Andreas Färber wrote: > Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: > > No need for QEMUMachine anymore because > > its fields are passed to MachineClass. > > QEMUMachineInitArgs still has a QEMUMachine field that now becomes NULL? No... It is properly initia

Re: [Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection

2014-04-03 Thread Andreas Färber
Am 31.03.2014 11:26, schrieb Marcel Apfelbaum: > No need for QEMUMachine anymore because > its fields are passed to MachineClass. QEMUMachineInitArgs still has a QEMUMachine field that now becomes NULL? Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, J

[Qemu-devel] [PATCH V2 4/5] hw/ppc: remove QEMUMachine indirection

2014-03-31 Thread Marcel Apfelbaum
No need for QEMUMachine anymore because its fields are passed to MachineClass. Signed-off-by: Marcel Apfelbaum --- hw/ppc/spapr.c | 26 +++--- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index a11e121..b4ce950 100644 --- a/h