qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane
Date: Fri, 29 Aug 2014 09:11:41 +0800
User-agent: Mutt/1.5.23 (2014-03-12)

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 Zheng <address@hidden>
> > ---
> >  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 <linux/virtio_ring.h>
>            ^
> compilation terminated.
> make: *** [hw/virtio/dataplane/vring.o] Error 1
> 
> I have dropped this patch for now.
> 

Ah. So dataplane is still conditional. I'll try again.

Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]