diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-06-04 12:34:23 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-06-10 18:15:05 +0200 |
commit | b8f059081d93f1802480059d1d49fe5c1d32f60c (patch) | |
tree | 1e066b355ef4f9a013e18aac4c2840f0fa1bee24 /include/hw/virtio | |
parent | dfb8e184db758bff275f94f7aa634300886cfe21 (diff) | |
download | qemu-b8f059081d93f1802480059d1d49fe5c1d32f60c.zip |
virtio: generation counter support
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include/hw/virtio')
-rw-r--r-- | include/hw/virtio/virtio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/virtio.h b/include/hw/virtio/virtio.h index df8991357f..b9e36f95d3 100644 --- a/include/hw/virtio/virtio.h +++ b/include/hw/virtio/virtio.h @@ -78,6 +78,7 @@ struct VirtIODevice size_t config_len; void *config; uint16_t config_vector; + uint32_t generation; int nvectors; VirtQueue *vq; uint16_t device_id; |