aboutsummaryrefslogtreecommitdiff
path: root/qemu-config.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-12-16 14:25:40 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-18 11:26:27 -0600
commitd8bcbabf260a4ecce73180991cad576de850b66d (patch)
treeb4cadc13c65d777f8d266c3515336949ad0a1eab /qemu-config.h
parentac33f8fad14e07fa12b74c3494339ae6882dc22f (diff)
defaults: update device_list[]
Add isa-fdc (disables default_floppy). Add ide-drive (disables default_cdrom). Also walk the -global QemuOpts, so we'll catch -global isa-fdc.drive{A,B}=<name> too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 34dfadc5f3..dd89ae4683 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -7,6 +7,7 @@ extern QemuOptsList qemu_device_opts;
extern QemuOptsList qemu_netdev_opts;
extern QemuOptsList qemu_net_opts;
extern QemuOptsList qemu_rtc_opts;
+extern QemuOptsList qemu_global_opts;
extern QemuOptsList qemu_mon_opts;
int qemu_set_option(const char *str);