On 27/10/2016 14:48, Felipe Franciosi wrote: > Hello, > >> On 27 Oct 2016, at 13:16, Paolo Bonzini <[email protected]> wrote: >> >> >> >> On 26/10/2016 17:26, Felipe Franciosi wrote: >>> This commit introduces a vhost-user-scsi backend sample application. It >>> must be linked with libiscsi and libvhost-user. >>> >>> To use it, compile with: >>> make tests/vhost-user-scsi >>> >>> And run as follows: >>> tests/vhost-user-scsi -u /tmp/vus.sock -i iscsi://uri_to_target/ >>> >>> The application is currently limited at one LUN only and it processes >>> requests synchronously (therefore only achieving QD1). The purpose of >>> the code is to show how a backend can be implemented and to test the >>> vhost-user-scsi Qemu implementation. >>> >>> If a different instance of this vhost-user-scsi application is executed >>> at a remote host, a VM can be live migrated to such a host. >> >> Hi, >> >> the right directory for this is contrib/. > > Cool. I was following suit from vhost-user-bridge which lives in > tests/ today. To me, it makes more sense for these to be in contrib/. > I'll place my sample application there for v2 and perhaps we should move > vhost-user-bridge later?
Yes, that would make sense. Adding Victor in Cc. Paolo
