Re: [Qemu-devel] [PATCH v2 2/3] vus: Introduce vhost-user-scsi host device

2016-11-10 Thread Marc-André Lureau
Hi On Thu, Nov 10, 2016 at 5:50 PM Felipe Franciosi wrote: > This commit introduces a vhost-user device for SCSI. This is based > on the existing vhost-scsi implementation, but done over vhost-user > instead. It also uses a chardev to connect to the backend. Unlike > vhost-scsi (today), VMs usin

[Qemu-devel] [PATCH v2 2/3] vus: Introduce vhost-user-scsi host device

2016-11-10 Thread Felipe Franciosi
This commit introduces a vhost-user device for SCSI. This is based on the existing vhost-scsi implementation, but done over vhost-user instead. It also uses a chardev to connect to the backend. Unlike vhost-scsi (today), VMs using vhost-user-scsi can be live migrated. To use it, one must configure