From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwcJ-0001pA-Iz for qemu-devel@nongnu.org; Mon, 08 Sep 2014 06:56:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XQwcA-0000jC-IL for qemu-devel@nongnu.org; Mon, 08 Sep 2014 06:56:15 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:56797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XQwcA-0000j0-Ck for qemu-devel@nongnu.org; Mon, 08 Sep 2014 06:56:06 -0400 Received: by mail-wg0-f42.google.com with SMTP id x12so2885835wgg.13 for ; Mon, 08 Sep 2014 03:56:05 -0700 (PDT) Date: Mon, 8 Sep 2014 11:56:02 +0100 From: Stefan Hajnoczi Message-ID: <20140908105602.GA26138@stefanha-thinkpad.redhat.com> References: <1409629336-408-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <1409629336-408-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, Peter Maydell --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 02, 2014 at 11:42:14AM +0800, Fam Zheng wrote: > v2: Import virtio_vring.h. >=20 > Fam Zheng (2): > virtio: Import virtio_vring.h > block: Always compile virtio-blk dataplane >=20 > configure | 21 +---- > hw/block/Makefile.objs | 2 +- > hw/block/virtio-blk.c | 20 +---- > hw/net/vhost_net.c | 2 +- > hw/virtio/Makefile.objs | 2 +- > include/hw/virtio/dataplane/vring.h | 2 +- > include/hw/virtio/virtio-blk.h | 2 - > include/hw/virtio/virtio_ring.h | 167 ++++++++++++++++++++++++++++++= ++++++ > linux-headers/linux/vhost.h | 2 +- > 9 files changed, 176 insertions(+), 44 deletions(-) > create mode 100644 include/hw/virtio/virtio_ring.h This breaks win32 builds: /home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c: In funct= ion =E2=80=98get_desc=E2=80=99: /home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: erro= r: =E2=80=98ENOBUFS=E2=80=99 undeclared (first use in this function) /home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: erro= r: (Each undeclared identifier is reported only once /home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: erro= r: for each function it appears in.) Dropped from block pull request. Please fix if you want to get the series merged. Stefan --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUDYtCAAoJEJykq7OBq3PIjt8H/2Psej7KwezdMNibqOU/5haq BWU34YlN2YNacTp6CMaC7cmLM4nVvXSLkcGDqc2i6I2s54jJlqql9skcFYp2KDlg qa7gFSISV/jESi9SNICK7KxUt4DZLmxvd7nGtG5ywd+cbMh04OZVlsdOew/NLFRW Q8a25tvFjX5trLu7JK0zCynHVxm0dHICqEXVRf4vUMZGavhgnVI8g5F6CCDIZMB8 01wSFoZ/tXdeQAEUQJT04/IrGx4rbgEGkyBVwdswBULqjqJdhz+ujq3bjiNgJJUO feWL1lRp4/0PbwKlC54x6JzBvMmzjWxKS9pzndhtVYr3zJ7JKU7dQJbmuFVOy94= =Ocf7 -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--