On 10 October 2017 at 18:22, Peter Maydell <peter.mayd...@linaro.org> wrote: > On 10 October 2017 at 18:10, Marc-André Lureau > <marcandre.lur...@redhat.com> wrote: >> The following changes since commit 567d0a19c7998fa366598b83d5a6e5f0759d3ea9: >> >> Merge remote-tracking branch >> 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging >> (2017-10-10 13:25:46 +0100) >> >> are available in the Git repository at: >> >> https://github.com/elmarco/qemu.git tags/vus-pull-request >> >> for you to fetch changes up to 25f1fe82c64c8c4922254d63195e1d9cffbb0507: >> >> vhost-user-scsi: remove server_sock from VusDev (2017-10-10 19:06:06 +0200) >> >> ---------------------------------------------------------------- >> >> ---------------------------------------------------------------- > > Hi. I'm afraid this fails to build:
And windows build: CC contrib/libvhost-user/libvhost-user.o /home/petmay01/linaro/qemu-for-merges/contrib/libvhost-user/libvhost-user.c:26:24: fatal error: sys/socket.h: No such file or directory compilation terminated. You don't need to include sys/socket.h directly if you include qemu/osdep.h, because that header will pull it in. That may just run you into something else that doesn't work on Windows, of course. thanks -- PMM