qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type


From: Marcel Apfelbaum
Subject: [Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type
Date: Wed, 10 Dec 2014 15:19:27 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]