projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085feb6
)
vhost: fix typo in vq_index description
author
Greg Kurz
<gkurz@linux.vnet.ibm.com>
Thu, 26 Mar 2015 11:10:29 +0000
(12:10 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 4 Apr 2015 06:48:19 +0000
(09:48 +0300)
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>
include/hw/virtio/vhost.h
patch
|
blob
|
history
diff --git
a/include/hw/virtio/vhost.h
b/include/hw/virtio/vhost.h
index d5593d16207913406f3ea8185f1f48e89b4fe81a..8f04888e7218da0a61d3a15ca8fbbcbd7894d5a8 100644
(file)
--- a/
include/hw/virtio/vhost.h
+++ b/
include/hw/virtio/vhost.h
@@
-36,7
+36,7
@@
struct vhost_dev {
MemoryRegionSection *mem_sections;
struct vhost_virtqueue *vqs;
int nvqs;
- /* the first virt
uq
ue which would be used by this vhost dev */
+ /* the first virt
que
ue which would be used by this vhost dev */
int vq_index;
unsigned long long features;
unsigned long long acked_features;