qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] vhost: fix typo in vq_index description


From: Jason Wang
Subject: Re: [Qemu-devel] [PATCH] vhost: fix typo in vq_index description
Date: Tue, 31 Mar 2015 13:36:03 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 03/26/2015 07:10 PM, Greg Kurz wrote:
> Signed-off-by: Greg Kurz <address@hidden>
> ---
>  include/hw/virtio/vhost.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
> index 71ef18f..88e1e56 100644
> --- 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 virtuque which would be used by this vhost dev */
> +    /* the first virtqueue which would be used by this vhost dev */
>      int vq_index;
>      unsigned long long features;
>      unsigned long long acked_features;
>
>

Acked-by: Jason Wang <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]