aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-07-31 12:25:35 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:26 -0500
commit7282a0331f11edd021efa3687dc2ec7fd557ace9 (patch)
tree20488f0a9b9039ecfed2f7cf65fdc478b8b6c7f1 /qemu-config.h
parentQemuOpts: make the drive id actually show up in "info block". (diff)
downloadqemu-kvm-7282a0331f11edd021efa3687dc2ec7fd557ace9.tar.gz
qemu-kvm-7282a0331f11edd021efa3687dc2ec7fd557ace9.tar.bz2
qemu-kvm-7282a0331f11edd021efa3687dc2ec7fd557ace9.zip
QemuOpts: create qemu-config.h
Move drive option description there. Rename it, give it a qemu_ prefix. 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
new file mode 100644
index 000000000..3ada41837
--- /dev/null
+++ b/qemu-config.h
@@ -0,0 +1 @@
+extern QemuOptsList qemu_drive_opts;