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
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.