On 02/01/2017 19:07, Felipe Franciosi wrote:
> 
>> On 2 Jan 2017, at 10:25, Paolo Bonzini <pbonz...@redhat.com> wrote:
>>
>>
>>
>> On 21/12/2016 23:17, Felipe Franciosi wrote:
>>> To use it, one must configure Qemu with --enable-vhost-user-scsi and
>>> start Qemu with a command line equivalent to:
>>>
>>> qemu-system-x86_64 \
>>>       -chardev socket,id=vus0,path=/tmp/vus.sock \
>>>       -device vhost-user-scsi-pci,chardev=vus0,bus=pci.0,addr=...
>>>
>>> A separate commit presents a sample application linked with libiscsi to
>>> provide a backend for vhost-user-scsi.
>>
>> Please place CONFIG_VHOST_USER_SCSI=$(CONFIG_POSIX) symbol in
>> default-configs/ (so that it is enabled by default on non-Windows hosts)
>> instead of having the configure option.  Otherwise, the patches look good!
> 
> Thanks, will do that and send a v4.
> 
> Do you want any entries on MAINTAINERS for this code or are you happy to take 
> care of it under hw/scsi/* ?

It's okay to have it under hw/scsi/*.

Paolo

Reply via email to