vmstate: port cuda
[qemu.git] / hw / virtio-blk.h
index 7a7ece3d93a995367ddbb3bb9109da06724d195f..fff46da7db680f44cbc8917406347a6ce4ebb873 100644 (file)
@@ -59,6 +59,9 @@ struct virtio_blk_config
 /* Flush the volatile write cache */
 #define VIRTIO_BLK_T_FLUSH      4
 
+/* return the device ID string */
+#define VIRTIO_BLK_T_GET_ID     8
+
 /* Barrier before this op. */
 #define VIRTIO_BLK_T_BARRIER    0x80000000
 
This page took 0.025032 seconds and 4 git commands to generate.