Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-28 Thread Fam Zheng
On Thu, 08/28 14:56, Stefan Hajnoczi wrote: > 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. > > > > Configure options are kept but just print a message. > > > > Signed-off-by: Fam Zh

Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-28 Thread Stefan Hajnoczi
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. > > Configure options are kept but just print a message. > > Signed-off-by: Fam Zheng > --- > configure | 21 ++--

Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-27 Thread Stefan Hajnoczi
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. > > Configure options are kept but just print a message. > > Signed-off-by: Fam Zheng > --- > configure | 21 ++--

Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-26 Thread Benoît Canet
The Tuesday 26 Aug 2014 à 14:57:19 (+0800), Fam Zheng wrote : > Dataplane doesn't depend on linux-aio any more, so we don't need the > compiling condition now. > > Configure options are kept but just print a message. > > Signed-off-by: Fam Zheng > --- > configure | 21 ++---

Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-26 Thread Paolo Bonzini
Il 26/08/2014 08:57, Fam Zheng ha scritto: > Dataplane doesn't depend on linux-aio any more, so we don't need the > compiling condition now. > > Configure options are kept but just print a message. > > Signed-off-by: Fam Zheng > --- > configure | 21 ++--- >

[Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane

2014-08-25 Thread Fam Zheng
Dataplane doesn't depend on linux-aio any more, so we don't need the compiling condition now. Configure options are kept but just print a message. Signed-off-by: Fam Zheng --- configure | 21 ++--- hw/block/Makefile.objs | 2 +- hw/block/virtio-blk.