aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-07-31 12:25:37 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:27 -0500
commitf31d07d175b25ecca89f5d55dfdf2b55540e5e44 (patch)
tree29ac8173604ce126ff3c93a2ed08bd47627eb107 /qemu-config.h
parentQemuOpts: add -set option (diff)
downloadqemu-kvm-f31d07d175b25ecca89f5d55dfdf2b55540e5e44.tar.gz
qemu-kvm-f31d07d175b25ecca89f5d55dfdf2b55540e5e44.tar.bz2
qemu-kvm-f31d07d175b25ecca89f5d55dfdf2b55540e5e44.zip
QemuOpts: switch over -device.
Make -device switch use the QemuOpts framework. Everything should continue to work like it did before. New: "-set device.$id.$property=$value" works. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'qemu-config.h')
-rw-r--r--qemu-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h
index 7faec9bdd..08629deb9 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -1,3 +1,4 @@
extern QemuOptsList qemu_drive_opts;
+extern QemuOptsList qemu_device_opts;
int qemu_set_option(const char *str);