On Tue, 25 Feb 2020 at 15:12, Michael S. Tsirkin <m...@redhat.com> wrote: > > The following changes since commit 9a8abceb5f01d1066d3a1ac5a33aabcbaeec1860: > > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200225' > into staging (2020-02-25 11:03:47 +0000) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream > > for you to fetch changes up to afc37debf27ecf34d6bc1d4b52fa0918d0bd3f3c: > > Fixed assert in vhost_user_set_mem_table_postcopy (2020-02-25 08:47:47 > -0500) > > ---------------------------------------------------------------- > virtio, pc: fixes, features > > New virtio iommu. > Unrealize memory leaks. > In-band kick/call support. > Bugfixes, documentation all over the place. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com>
Hi; this fails to build on OSX: CC contrib/libvhost-user/libvhost-user.o /Users/pm215/src/qemu-for-merges/contrib/libvhost-user/libvhost-user.c:27:10: fatal error: 'sys/eventfd.h' file not found #include <sys/eventfd.h> ^~~~~~~~~~~~~~~ In file included from /Users/pm215/src/qemu-for-merges/contrib/vhost-user-bridge/main.c:37: /Users/pm215/src/qemu-for-merges/contrib/libvhost-user/libvhost-user.h:21:10: fatal error: 'linux/vhost.h' file not found #include <linux/vhost.h> ^~~~~~~~~~~~~~~ 1 error generated. thanks -- PMM