[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass

2014-03-25 Thread Marcel Apfelbaum
Note: this is a resend (I sent the series some time ago with no luck), sorry if you get this series twice. 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

[Qemu-devel] [PATCH 0/5] remove QEMUMachine indirection from MachineClass

2014-03-25 Thread 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 paths: 1. Non QOM-ified machines will be converted to QOM on the