qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type
@ 2014-12-10 13:19 Marcel Apfelbaum
  2014-12-10 13:19 ` [Qemu-devel] [PATCH 1/3] machine: remove qemu_machine_opts global list Marcel Apfelbaum
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Marcel Apfelbaum @ 2014-12-10 13:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, greg.bellows, agraf, mst

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-12-15 19:24 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 13:19 [Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type Marcel Apfelbaum
2014-12-10 13:19 ` [Qemu-devel] [PATCH 1/3] machine: remove qemu_machine_opts global list Marcel Apfelbaum
2014-12-10 22:59   ` Greg Bellows
2014-12-11  5:05     ` Marcel Apfelbaum
2014-12-11 14:57       ` Greg Bellows
2014-12-15 15:13       ` Alexander Graf
2014-12-15 15:20         ` Paolo Bonzini
2014-12-10 13:19 ` [Qemu-devel] [PATCH 2/3] vl.c: simplified machine_set_property Marcel Apfelbaum
2014-12-11 17:49   ` Greg Bellows
2014-12-10 13:19 ` [Qemu-devel] [PATCH 3/3] vl.c: add HMP help to machine Marcel Apfelbaum
2014-12-15 15:16   ` Alexander Graf
2014-12-15 15:20     ` Daniel P. Berrange
2014-12-15 19:24       ` Marcel Apfelbaum
2014-12-15 15:14 ` [Qemu-devel] [PATCH 0/3] machine: dynamic options per machine type Alexander Graf
2014-12-15 17:24 ` Peter Maydell
2014-12-15 17:33   ` Alexander Graf
2014-12-15 17:55     ` Greg Bellows

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).