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 <[email protected]> > > --- > > 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
