From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTcvX-0002zc-7r for qemu-devel@nongnu.org; Mon, 15 Sep 2014 16:31:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTcvR-0001ZE-3a for qemu-devel@nongnu.org; Mon, 15 Sep 2014 16:31:11 -0400 Received: from mail-la0-f41.google.com ([209.85.215.41]:41765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTcvQ-0001XQ-S8 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 16:31:05 -0400 Received: by mail-la0-f41.google.com with SMTP id s18so5524078lam.28 for ; Mon, 15 Sep 2014 13:31:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1410719879-25181-1-git-send-email-mst@redhat.com> References: <1410719879-25181-1-git-send-email-mst@redhat.com> From: Peter Maydell Date: Mon, 15 Sep 2014 13:30:40 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/12] pci, pc, virtio, misc bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: QEMU Developers , Anthony Liguori On 14 September 2014 11:41, Michael S. Tsirkin wrote: > The following changes since commit 4c24f4004089a308c5de8ed720cf6bd1746aed= d8: > > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-201= 40912' 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 > Hi. I'm afraid this doesn't build for me: /root/qemu/tests/test-qdev-global-props.c: In function =E2=80=98test_static= _prop=E2=80=99: /root/qemu/tests/test-qdev-global-props.c:80:5: error: implicit declaration of function =E2=80=98g_test_trap_subprocess=E2=80=99 [-Werror=3Dimplicit-function-declaration] /root/qemu/tests/test-qdev-global-props.c:80:5: error: nested extern declaration of =E2=80=98g_test_trap_subprocess=E2=80=99 [-Werror=3Dnested-e= xterns] This function was only added in glib 2.38, and our minimum version is 2.12. thanks -- PMM