qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] QemuOpts: add groups at runtime.
@ 2010-08-20 11:51 Gerd Hoffmann
  2010-08-20 11:52 ` [Qemu-devel] [PATCH 1/3] QemuOpts: allow new option groups be registered " Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gerd Hoffmann @ 2010-08-20 11:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series allows to register additional QemuOptLists at
runtime, makes (almost) all QemuOptsLists static and switches
over to a name-based lookup of the lists.  virtfs is the first
user of the runtime-registering, spice will follow.

Gerd Hoffmann (3):
  QemuOpts: allow new option groups be registered at runtime.
  QemuOpts: make most qemu_*_opts static
  compile -fsdev and -virtfs cmd line options unconditionally.

 blockdev.c           |    4 +-
 hw/pci-hotplug.c     |    2 +-
 hw/qdev-properties.c |    2 +-
 hw/qdev.c            |    2 +-
 hw/usb-msd.c         |    2 +-
 hw/usb-net.c         |    2 +-
 hw/watchdog.c        |    2 +-
 net.c                |   16 ++++++-----
 qemu-char.c          |    2 +-
 qemu-config.c        |   40 +++++++++++++++++++----------
 qemu-config.h        |   12 +--------
 qemu-options.hx      |    4 ---
 target-i386/cpuid.c  |    2 +-
 vl.c                 |   69 ++++++++++++++++++++++++++++++-------------------
 14 files changed, 88 insertions(+), 73 deletions(-)

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

end of thread, other threads:[~2010-08-20 11:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 11:51 [Qemu-devel] [PATCH 0/3] QemuOpts: add groups at runtime Gerd Hoffmann
2010-08-20 11:52 ` [Qemu-devel] [PATCH 1/3] QemuOpts: allow new option groups be registered " Gerd Hoffmann
2010-08-20 11:52 ` [Qemu-devel] [PATCH 2/3] QemuOpts: make most qemu_*_opts static Gerd Hoffmann
2010-08-20 11:52 ` [Qemu-devel] [PATCH 3/3] compile -fsdev and -virtfs cmd line options unconditionally Gerd Hoffmann

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