On Fri, 3 Jul 2020 at 10:03, Michael S. Tsirkin <m...@redhat.com> wrote: > > The following changes since commit fc1bff958998910ec8d25db86cd2f53ff125f7ab: > > hw/misc/pca9552: Add missing TypeInfo::class_size field (2020-06-29 > 21:16:10 +0100) > > 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 900ed7043750ae3cdf35c05da66e150a8821c3a0: > > vhost-vdpa: introduce vhost-vdpa net client (2020-07-03 04:59:13 -0400) > > ---------------------------------------------------------------- > virtio,acpi: features, fixes, cleanups. > > vdpa support > virtio-mem support > a handy script for disassembling acpi tables > misc fixes and cleanups > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> >
Hi; this fails to build on OSX and the BSDs: In file included from /home/qemu/qemu-test.TcQYno/src/hw/net/vhost_net.c:23: /home/qemu/qemu-test.TcQYno/src/linux-headers/linux/vhost.h:14:10: fatal error: 'linux/vhost_types.h' file not found #include <linux/vhost_types.h> ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. thanks -- PMM