Re: [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane

2014-09-19 Thread Stefan Hajnoczi
On Wed, Sep 10, 2014 at 02:17:48PM +0800, Fam Zheng wrote: > v3: Fix -ENOBUFS. > v2: Import virtio_vring.h. > > Fam Zheng (3): > virtio: Import virtio_vring.h > vring: Better error handling if num is too large > block: Always compile virtio-blk dataplane > > configure

Re: [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane

2014-09-19 Thread Paolo Bonzini
Il 10/09/2014 08:17, Fam Zheng ha scritto: > v3: Fix -ENOBUFS. > v2: Import virtio_vring.h. > > Fam Zheng (3): > virtio: Import virtio_vring.h > vring: Better error handling if num is too large > block: Always compile virtio-blk dataplane > > configure | 21 +

[Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane

2014-09-09 Thread Fam Zheng
v3: Fix -ENOBUFS. v2: Import virtio_vring.h. Fam Zheng (3): virtio: Import virtio_vring.h vring: Better error handling if num is too large block: Always compile virtio-blk dataplane configure | 21 + hw/block/Makefile.objs | 2 +- hw/block/virt