On 5 June 2017 at 15:29, Michael Tokarev <m...@tls.msk.ru> wrote: > 31.05.2017 15:00, Kamil Rytarowski wrote: >> Currently ivshmem requires eventfd() which is Linux specific. >> Do not and build it unconditionally on every Linux/BSD/Solaris. >> >> This patch indirectly fixes build failure on NetBSD, where these tools >> additionally require -lrt for shm_open(3). In future there should be >> added support for NetBSD and the linking addressed appropriately. > > Unfortunately this breaks static build. > > $ ../configure --disable-system --disable-linux-user --static > $ make V=1 > ...
Why are you trying to build with both system emulation QEMU and linux-user QEMU disabled anyway? That doesn't leave very much left to build... thanks -- PMM