This series follows the following upstream discussion: http://lists.gnu.org/archive/html/qemu-devel/2014-12/msg00697.html
QEMU has support for options per machine, keeping a global list of options is no longer necessary. While at it, simplified machine_set_property and added support for -machine,? help. Marcel Apfelbaum (3): machine: remove qemu_machine_opts global list vl.c: simplified machine_set_property vl.c: add HMP help to machine hw/core/machine.c | 45 +++++++++++++++++++++ hw/i386/pc.c | 7 ++++ hw/ppc/spapr.c | 3 ++ vl.c | 117 ++++++++++++++++-------------------------------------- 4 files changed, 90 insertions(+), 82 deletions(-) -- 1.9.3