Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object

2014-03-03 Thread Marcel Apfelbaum
On Mon, 2014-03-03 at 18:49 +0100, Andreas Färber wrote: > Am 02.03.2014 14:07, schrieb Marcel Apfelbaum: > > The main functionality change is to convert QEMUMachine into > > QemuMachineClass > > and QEMUMachineInitArgs into QemuMachineState, instance of QemuMachineClass. > > I wonder why go from

Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object

2014-03-03 Thread Andreas Färber
Am 02.03.2014 14:07, schrieb Marcel Apfelbaum: > The main functionality change is to convert QEMUMachine into QemuMachineClass > and QEMUMachineInitArgs into QemuMachineState, instance of QemuMachineClass. I wonder why go from QEMUMachine* to QemuMachine*? I don't spot a name clash, and keeping QE

Re: [Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object

2014-03-03 Thread Michael S. Tsirkin
On Sun, Mar 02, 2014 at 03:07:04PM +0200, Marcel Apfelbaum wrote: > The main functionality change is to convert QEMUMachine into QemuMachineClass > and QEMUMachineInitArgs into QemuMachineState, instance of QemuMachineClass. > > As a first step, in order to make possible an incremental developemen

[Qemu-devel] [PATCH RFC V2 1/9] hw/core: introduced qemu machine as QOM object

2014-03-02 Thread Marcel Apfelbaum
The main functionality change is to convert QEMUMachine into QemuMachineClass and QEMUMachineInitArgs into QemuMachineState, instance of QemuMachineClass. As a first step, in order to make possible an incremental developement, both QEMUMachine and QEMUMachineInitArgs are being embeded into the new