Re: [Qemu-devel] [PATCH 1/3] vhost-user-scsi: move host_features into VHostSCSICommon

2018-08-09 Thread Felipe Franciosi
> On 8 Aug 2018, at 12:52, Greg Edwards wrote: > > In preparation for having vhost-scsi also make use of host_features, > move it from struct VHostUserSCSI into struct VHostSCSICommon. > > Signed-off-by: Greg Edwards > --- > hw/scsi/vhost-user-scsi.c | 15 --- > include

[Qemu-devel] [PATCH 1/3] vhost-user-scsi: move host_features into VHostSCSICommon

2018-08-08 Thread Greg Edwards
In preparation for having vhost-scsi also make use of host_features, move it from struct VHostUserSCSI into struct VHostSCSICommon. Signed-off-by: Greg Edwards --- hw/scsi/vhost-user-scsi.c | 15 --- include/hw/virtio/vhost-scsi-common.h | 1 + include/hw/virtio/vhost-us