From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMbf2-0001No-UD for qemu-devel@nongnu.org; Wed, 27 Aug 2014 07:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMbex-0007hH-Fn for qemu-devel@nongnu.org; Wed, 27 Aug 2014 07:45:08 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:50177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMbex-0007fr-9Q for qemu-devel@nongnu.org; Wed, 27 Aug 2014 07:45:03 -0400 Received: by mail-wi0-f179.google.com with SMTP id f8so279207wiw.12 for ; Wed, 27 Aug 2014 04:45:00 -0700 (PDT) Date: Wed, 27 Aug 2014 12:44:55 +0100 From: Stefan Hajnoczi Message-ID: <20140827114455.GI8280@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="HuXIgs6JvY9hJs5C" 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 --HuXIgs6JvY9hJs5C 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(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --HuXIgs6JvY9hJs5C Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJT/cS3AAoJEJykq7OBq3PIWc8H/3kCOgvFbf44QVY/rC/zS0P/ ttPCM/bXHCWu63+JMTyDpem7RqFoorGPrBEZvXnLBqEdlS1D0PMezx6pYQbQ1PZa 31tjeUFJohb0b8IfrZWEyyWY1e0/5A8jtxrr5D/KbbbW5Bm5LmRY9C0DOu8N+GiX gq8qaaDW6w5y3tR9PYSrzf8nOHbfnikt9YEZRcBAKfaEHAf0Xhy7+OKmehkuC7S2 JiZo5K5jF0hL73+dehgTMHZQJLd+rOpFaHleTMmSvZHg+XztyYQrGzak4yIvkETW P3+UKPbONRhNss1yVP4t9e5XbVqiEfV/03cdZSY1JtW8GfF07ExBISahAqzVYek= =QLgU -----END PGP SIGNATURE----- --HuXIgs6JvY9hJs5C--