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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] block: Always compile virtio-blk dataplane
Date: Thu, 28 Aug 2014 14:56:25 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

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.

Stefan

Attachment: pgpbX0yUq_jib.pgp
Description: PGP signature


reply via email to

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