Re: [Qemu-devel] [PATCH] block: Loose dataplane dependency

2014-08-28 Thread Paolo Bonzini
Il 29/08/2014 03:25, Fam Zheng ha scritto: > Before virtio-blk dataplane is switched to use block layer, it used to > rely on the presence of linux-aio. Now the dependency is Linux, where > the vring code has "#include ". Can you instead move linux/virtio_ring.h to include/hw/virtio, with __uNN ty

[Qemu-devel] [PATCH] block: Loose dataplane dependency

2014-08-28 Thread Fam Zheng
Before virtio-blk dataplane is switched to use block layer, it used to rely on the presence of linux-aio. Now the dependency is Linux, where the vring code has "#include ". Signed-off-by: Fam Zheng --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure