]> git.proxmox.com Git - mirror_qemu.git/blobdiff - sysemu.h
Add virtio-blk support
[mirror_qemu.git] / sysemu.h
index f72ec963256974a2fbf888e00dfcd9b2b2ac5b46..94cffaf954956067517e7bae9f7269ef5a60275a 100644 (file)
--- a/sysemu.h
+++ b/sysemu.h
@@ -123,7 +123,7 @@ extern unsigned int nb_prom_envs;
 #endif
 
 typedef enum {
-    IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD
+    IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO
 } BlockInterfaceType;
 
 typedef struct DriveInfo {