qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 5/5] vhost-user: Add new option to specify vh


From: Marc-André Lureau
Subject: Re: [Qemu-devel] [PATCH v2 5/5] vhost-user: Add new option to specify vhost-user backend supports
Date: Thu, 6 Aug 2015 21:11:13 +0200

Hi

On Mon, Jun 22, 2015 at 5:50 AM, Tetsuya Mukawa <address@hidden> wrote:
> diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c
> index a6dcc79..bbfc336 100644
> --- a/hw/virtio/vhost.c
> +++ b/hw/virtio/vhost.c
> @@ -901,7 +901,8 @@ static void vhost_virtqueue_cleanup(struct 
> vhost_virtqueue *vq)
>  }
>
>  int vhost_dev_init(struct vhost_dev *hdev, void *opaque,
> -                   VhostBackendType backend_type)
> +                   VhostBackendType backend_type,
> +                   unsigned long long backend_features)
>  {
>      uint64_t features;
>      int i, r;

What's the point in passing backend_features here ? It's a leftover?



-- 
Marc-André Lureau



reply via email to

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