Hi

On Mon, Jun 22, 2015 at 5:50 AM, Tetsuya Mukawa <muk...@igel.co.jp> 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