From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57276 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmQ8n-0003Dy-RQ for qemu-devel@nongnu.org; Fri, 20 Aug 2010 07:52:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmQ8k-0003eH-Sf for qemu-devel@nongnu.org; Fri, 20 Aug 2010 07:52:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60155) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmQ8k-0003e1-KX for qemu-devel@nongnu.org; Fri, 20 Aug 2010 07:52:06 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7KBq5F2021129 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 20 Aug 2010 07:52:05 -0400 From: Gerd Hoffmann Date: Fri, 20 Aug 2010 13:51:59 +0200 Message-Id: <1282305122-29097-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] QemuOpts: add groups at runtime. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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(-)