Re: [Qemu-devel] [PATCH v3 0/7] machine registration: Use QOM, eliminate QEMUMachine

2015-09-19 Thread Andreas Färber
Am 04.09.2015 um 20:37 schrieb Eduardo Habkost: > Eduardo Habkost (7): > exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message > exynos4: Use MachineClass instead of exynos4_machines array > exynos4: Declare each QEMUMachine as a separate variable > machine: DEFINE_MACHINE macr

[Qemu-devel] [PATCH v3 0/7] machine registration: Use QOM, eliminate QEMUMachine

2015-09-04 Thread Eduardo Habkost
This converts all code using QEMUMachine to register a QOM class directly, using a new macro: DEFINE_MACHINE. Python script used to convert all machines automatically can be seen at: https://gist.github.com/ehabkost/582fe4969205975febb2#file-qemumachine-eliminate-py Git branch: git://github.