summaryrefslogtreecommitdiff
path: root/sysemu.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-07-31 12:25:39 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-10 13:05:27 -0500
commita8659e90e9cb08816435f737bb90ca5a43ca48ec (patch)
treeb98e6c57010d713ad0df5a7e8145826625832230 /sysemu.h
parent2e810b366871b1e559e27a0c55e16a328c9f271f (diff)
downloadqemu-a8659e90e9cb08816435f737bb90ca5a43ca48ec.tar.gz
add -drive if=none
This adds a host drive, but doesn't implicitly add a guest drive for it. First step in splitting host and guest configuration, check the following patches to see how this can be used ... Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
Diffstat (limited to 'sysemu.h')
-rw-r--r--sysemu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysemu.h b/sysemu.h
index ca25015390..dffb2f1d75 100644
--- a/sysemu.h
+++ b/sysemu.h
@@ -144,6 +144,7 @@ extern unsigned int nb_prom_envs;
#endif
typedef enum {
+ IF_NONE,
IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
IF_COUNT
} BlockInterfaceType;