]> git.proxmox.com Git - qemu.git/blobdiff - block_int.h
ehci: fix port count.
[qemu.git] / block_int.h
index 6ebdc3eea27c51f5e8fa76be1360169b4464fe14..1e265d274daaa40c56ed2b4c104d80c16143f2f6 100644 (file)
@@ -194,17 +194,17 @@ struct BlockDriverState {
     /* NOTE: the following infos are only hints for real hardware
        drivers. They are not used by the block driver */
     int cyls, heads, secs, translation;
-    int type;
     BlockErrorAction on_read_error, on_write_error;
     char device_name[32];
     unsigned long *dirty_bitmap;
     int64_t dirty_count;
+    int in_use; /* users other than guest access, eg. block migration */
     QTAILQ_ENTRY(BlockDriverState) list;
     void *private;
 };
 
-#define CHANGE_MEDIA   0x01
-#define CHANGE_SIZE    0x02
+#define CHANGE_MEDIA    0x01
+#define CHANGE_SIZE     0x02
 
 struct BlockDriverAIOCB {
     AIOPool *pool;