diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-07-31 12:25:35 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:26 -0500 |
commit | 7282a0331f11edd021efa3687dc2ec7fd557ace9 (patch) | |
tree | 20488f0a9b9039ecfed2f7cf65fdc478b8b6c7f1 /qemu-config.h | |
parent | e23d9c4de1a6e215786dfa2baa9efb97f29c0b4d (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-config.h b/qemu-config.h new file mode 100644 index 0000000000..3ada418378 --- /dev/null +++ b/qemu-config.h @@ -0,0 +1 @@ +extern QemuOptsList qemu_drive_opts; |