> Good. Maybe it makes sense to track these TODO items on a Wiki page,
> such as http://wiki.qemu-project.org/Features/QOM/Machine?
I posted a draft of this page. Feel free to add/make it more clear...
Thanks,
Marcel
>
> Cheers,
> Andreas
>
On Tue, 2014-04-29 at 16:55 +0200, Andreas Färber wrote:
> Am 27.04.2014 11:08, schrieb Marcel Apfelbaum:
> > On Sat, 2014-04-26 at 00:30 +0200, Andreas Färber wrote:
> >> Am 09.04.2014 19:34, schrieb Marcel Apfelbaum:
> >>> Next steps:
> >>> - Replace QemuOpts queries by MachineState fields.
> >>
Am 27.04.2014 11:08, schrieb Marcel Apfelbaum:
> On Sat, 2014-04-26 at 00:30 +0200, Andreas Färber wrote:
>> Am 09.04.2014 19:34, schrieb Marcel Apfelbaum:
>>> Next steps:
>>> - Replace QemuOpts queries by MachineState fields.
>>> - Follow Paolo's suggestions to get rid of QEMUMachineInitArgs.
>>
On Tue, 2014-04-29 at 15:41 +0200, Paolo Bonzini wrote:
> Il 27/04/2014 11:08, Marcel Apfelbaum ha scritto:
> >> > Also, how do we proceed with getting rid of registration path 1
> >> > elsewhere? If we leave it around, experience shows that people will copy
> >> > the wrong of two possible ways fo
Il 27/04/2014 11:08, Marcel Apfelbaum ha scritto:
> Also, how do we proceed with getting rid of registration path 1
> elsewhere? If we leave it around, experience shows that people will copy
> the wrong of two possible ways for implementing new things.
Well, the problem here is not the code modi
On Sat, 2014-04-26 at 00:30 +0200, Andreas Färber wrote:
> Am 09.04.2014 19:34, schrieb Marcel Apfelbaum:
> >
> > This is a continuation of 'QEMU Machine as QOM object' effort.
> > The scope of this series is to allow machine QOM-ification
> > of all machines gradually, by removing the need for QE
Am 09.04.2014 19:34, schrieb Marcel Apfelbaum:
>
> This is a continuation of 'QEMU Machine as QOM object' effort.
> The scope of this series is to allow machine QOM-ification
> of all machines gradually, by removing the need for QEMUMachine registration
> through vl.c .
>
> Now we will have 2 pa
On Wed, 2014-04-09 at 20:34 +0300, Marcel Apfelbaum wrote:
> Cc: Andreas Färber
>
> V2 -> V3:
> - Addressed Andreas's comments:
> - Dropped QEMUMachineInitArgs's 'next' obsoleted field
> in a separate patch
> - Revision the separation into patches:
> - Started using MachineC
Cc: Andreas Färber
V2 -> V3:
- Addressed Andreas's comments:
- Dropped QEMUMachineInitArgs's 'next' obsoleted field
in a separate patch
- Revision the separation into patches:
- Started using MachineClass for .machine early (3/5).
- Merged hw/ppc changes with QEMUMachi