Re: [Qemu-devel] [PATCH] vhost-scsi: include linux/vhost.h

2015-09-18 Thread Paolo Bonzini
On 18/09/2015 16:18, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Replace ad-hoc declarations with the linux header. > > Signed-off-by: Marc-André Lureau > --- > hw/scsi/vhost-scsi.c | 1 + > include/hw/virtio/vhost-scsi.h | 25 - > 2 fi

[Qemu-devel] [PATCH] vhost-scsi: include linux/vhost.h

2015-09-18 Thread marcandre . lureau
From: Marc-André Lureau Replace ad-hoc declarations with the linux header. Signed-off-by: Marc-André Lureau --- hw/scsi/vhost-scsi.c | 1 + include/hw/virtio/vhost-scsi.h | 25 - 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/hw/scsi/vhost-scs