On Wed, 08/08 13:52, Greg Edwards wrote:
> Unify the get_features functions for vhost-scsi and vhost-user-scsi, including
> their use of host_features, and expose a new 't10_pi' property to enable
> negotiation of the VIRTIO_SCSI_F_T10_PI feature bit with the backend.
>
> Greg Edwards (3):
> vhost-user-scsi: move host_features into VHostSCSICommon
> vhost-scsi: unify vhost-scsi get_features implementations
> vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
>
> hw/scsi/vhost-scsi-common.c | 3 +++
> hw/scsi/vhost-scsi.c | 3 +++
> hw/scsi/vhost-user-scsi.c | 28 ++++++++++-----------------
> include/hw/virtio/vhost-scsi-common.h | 1 +
> include/hw/virtio/vhost-user-scsi.h | 1 -
> 5 files changed, 17 insertions(+), 19 deletions(-)
Reviewed-by: Fam Zheng <famz@redhat.com>