From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0Bs-0003Tt-Uz for qemu-devel@nongnu.org; Thu, 28 Aug 2014 09:56:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN0Bj-0005pn-27 for qemu-devel@nongnu.org; Thu, 28 Aug 2014 09:56:40 -0400 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:42112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0Bi-0005pZ-SN for qemu-devel@nongnu.org; Thu, 28 Aug 2014 09:56:31 -0400 Received: by mail-wg0-f52.google.com with SMTP id m15so789368wgh.35 for ; Thu, 28 Aug 2014 06:56:29 -0700 (PDT) Date: Thu, 28 Aug 2014 14:56:25 +0100 From: Stefan Hajnoczi Message-ID: <20140828135625.GA21702@stefanha-thinkpad.redhat.com> References: <1409036239-592-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <1409036239-592-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] 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 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 26, 2014 at 02:57:19PM +0800, Fam Zheng wrote: > Dataplane doesn't depend on linux-aio any more, so we don't need the > compiling condition now. >=20 > Configure options are kept but just print a message. >=20 > Signed-off-by: Fam Zheng > --- > configure | 21 ++------------------- > hw/block/Makefile.objs | 2 +- > hw/block/virtio-blk.c | 22 ++-------------------- > hw/virtio/Makefile.objs | 2 +- > include/hw/virtio/virtio-blk.h | 2 -- > 5 files changed, 6 insertions(+), 43 deletions(-) Oops, mingw cross-compiling no longer works: In file included from hw/virtio/dataplane/vring.c:21:0: /home/stefanha/qemu/include/hw/virtio/dataplane/vring.h:20:31: fatal error:= linux/virtio_ring.h: No such file or directory #include ^ compilation terminated. make: *** [hw/virtio/dataplane/vring.o] Error 1 I have dropped this patch for now. Stefan --opJtzjQTFsWo+cga Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT/zUJAAoJEJykq7OBq3PIHyQH/AjZTEfmiQcVi0d65WHO7l8g pE44rTTum/F9oDuPb54e9cHdUB8BJ82EybpBa8z8sfrLavJTJUldvviB6m3mlXEW 9bzxWGl1ptx3oLS9sZ1skAG+xI4e1OECagKIcu40BNJzRM7T4PxCwwv1p3RHO427 EdLfBneO1dkujzaFSHryxtHdpHdFDRK8iSGFkGbwx5/bvQzLcbIi3PFgBq9ZqfbK Ga8uGEwEQ8pGmWRixugNWiV8cfBzC0FgfZ1YrRmA1kPyXnhu0a43ojrBwZfqk+CG zGk7FHhUX2QUNiPvKmrJXfHcxU9fy27aTt0TIGdh2+Fw+TdontxdPbN/cP0DBVw= =pxJH -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga--