Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-06 Thread Stefan Hajnoczi
On Mon, May 05, 2014 at 02:46:09PM +0200, Christian Borntraeger wrote: > On 05/05/14 14:05, Stefan Hajnoczi wrote: > > On Mon, May 05, 2014 at 11:17:44AM +0200, Christian Borntraeger wrote: > >> On 01/05/14 16:54, Stefan Hajnoczi wrote: > >>> This patch series switches virtio-blk data-plane from a

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-06 Thread Stefan Hajnoczi
On Mon, May 05, 2014 at 02:46:09PM +0200, Christian Borntraeger wrote: > On 05/05/14 14:05, Stefan Hajnoczi wrote: > > On Mon, May 05, 2014 at 11:17:44AM +0200, Christian Borntraeger wrote: > >> On 01/05/14 16:54, Stefan Hajnoczi wrote: > >>> This patch series switches virtio-blk data-plane from a

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-05 Thread Christian Borntraeger
On 05/05/14 14:05, Stefan Hajnoczi wrote: > On Mon, May 05, 2014 at 11:17:44AM +0200, Christian Borntraeger wrote: >> On 01/05/14 16:54, Stefan Hajnoczi wrote: >>> This patch series switches virtio-blk data-plane from a custom Linux AIO >>> request queue to the QEMU block layer. The previous "raw

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-05 Thread Stefan Hajnoczi
On Mon, May 05, 2014 at 11:17:44AM +0200, Christian Borntraeger wrote: > On 01/05/14 16:54, Stefan Hajnoczi wrote: > > This patch series switches virtio-blk data-plane from a custom Linux AIO > > request queue to the QEMU block layer. The previous "raw files only" > > limitation is lifted. All im

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-05 Thread Christian Borntraeger
On 01/05/14 16:54, Stefan Hajnoczi wrote: > This patch series switches virtio-blk data-plane from a custom Linux AIO > request queue to the QEMU block layer. The previous "raw files only" > limitation is lifted. All image formats and protocols can now be used with > virtio-blk data-plane. Nice.

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-02 Thread Stefan Hajnoczi
On Fri, May 2, 2014 at 9:42 AM, Paolo Bonzini wrote: > Il 01/05/2014 16:54, Stefan Hajnoczi ha scritto: > >> This patch series switches virtio-blk data-plane from a custom Linux AIO >> request queue to the QEMU block layer. The previous "raw files only" >> limitation is lifted. All image formats

Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-02 Thread Paolo Bonzini
Il 01/05/2014 16:54, Stefan Hajnoczi ha scritto: This patch series switches virtio-blk data-plane from a custom Linux AIO request queue to the QEMU block layer. The previous "raw files only" limitation is lifted. All image formats and protocols can now be used with virtio-blk data-plane. Yay!

[Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer

2014-05-01 Thread Stefan Hajnoczi
This patch series switches virtio-blk data-plane from a custom Linux AIO request queue to the QEMU block layer. The previous "raw files only" limitation is lifted. All image formats and protocols can now be used with virtio-blk data-plane. How to review this series - I CC