]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/virtio/virtio.h
virtio: Introduce started flag to VirtioDevice
[mirror_qemu.git] / include / hw / virtio / virtio.h
index 7140381e3a0ca01e1fa05c0bd00054972fc42e5d..27c0efc3d0e34d8d5bdd19775c2395832b22d149 100644 (file)
@@ -105,6 +105,8 @@ struct VirtIODevice
     uint16_t device_id;
     bool vm_running;
     bool broken; /* device in invalid state, needs reset */
+    bool started;
+    bool start_on_kick; /* virtio 1.0 transitional devices support that */
     VMChangeStateEntry *vmstate;
     char *bus_name;
     uint8_t device_endian;