mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
virtio: generation counter support
Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
dfb8e184db
commit
b8f059081d
3 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue