qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] QemuOpts: add groups at runtime.
Date: Fri, 20 Aug 2010 13:51:59 +0200	[thread overview]
Message-ID: <1282305122-29097-1-git-send-email-kraxel@redhat.com> (raw)

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

             reply	other threads:[~2010-08-20 11:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-20 11:51 Gerd Hoffmann [this message]
2010-08-20 11:52 ` [Qemu-devel] [PATCH 1/3] QemuOpts: allow new option groups be registered at runtime 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1282305122-29097-1-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).