mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
vhost: fix typo in vq_index description
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
085feb61db
commit
9be6e69f12
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct vhost_dev {
|
||||||
MemoryRegionSection *mem_sections;
|
MemoryRegionSection *mem_sections;
|
||||||
struct vhost_virtqueue *vqs;
|
struct vhost_virtqueue *vqs;
|
||||||
int nvqs;
|
int nvqs;
|
||||||
/* the first virtuque which would be used by this vhost dev */
|
/* the first virtqueue which would be used by this vhost dev */
|
||||||
int vq_index;
|
int vq_index;
|
||||||
unsigned long long features;
|
unsigned long long features;
|
||||||
unsigned long long acked_features;
|
unsigned long long acked_features;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue