On 14 September 2014 11:41, Michael S. Tsirkin <m...@redhat.com> wrote: > The following changes since commit 4c24f4004089a308c5de8ed720cf6bd1746aedd8: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20140912' into staging (2014-09-12 > 15:12:26 +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 36a315ef05921aef7a386ec08d866fbe3f626e08: > > vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiation (2014-09-14 21:33:01 > +0300) > > ---------------------------------------------------------------- > pci, pc, virtio, misc bugfixes > > A bunch of bugfixes - some of these will make sense for 2.1.2 > Cc: qemu-stable included where appropriate. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> >
Hi. I'm afraid this doesn't build for me: /root/qemu/tests/test-qdev-global-props.c: In function ‘test_static_prop’: /root/qemu/tests/test-qdev-global-props.c:80:5: error: implicit declaration of function ‘g_test_trap_subprocess’ [-Werror=implicit-function-declaration] /root/qemu/tests/test-qdev-global-props.c:80:5: error: nested extern declaration of ‘g_test_trap_subprocess’ [-Werror=nested-externs] This function was only added in glib 2.38, and our minimum version is 2.12. thanks -- PMM