On 30/05/2017 16:21, Felipe Franciosi wrote: >> default-configs/pci.mak:CONFIG_VHOST_USER_SCSI=$(CONFIG_POSIX) >> default-configs/s390x-softmmu.mak:CONFIG_VHOST_USER_SCSI=y >> >> Unfortunately, the mingw docker test doesn't build all targets, so I >> missed it. >> >> I would like vhost-user to be available on non-Linux POSIX, but this is >> not immediately possible because vhost-backend.c includes the kernel >> backend. So we'll have to change CONFIG_POSIX to CONFIG_LINUX too. > Sounds good to me. Do you need anything from my end or are you happy to take > care of this?
If you'd like to take a look at breaking vhost-backend.c, that would be nice. Thanks, Paolo