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

2014-06-03 Thread Stefan Hajnoczi
On Thu, May 08, 2014 at 04:34:33PM +0200, Stefan Hajnoczi wrote: > v3: > * Add assertion if win32_aio_cleanup() is called without detaching [Paolo] > * Stash away NFSClient pointer for future use instead of AioContext pointer > [Peter Lieven] > * Use NFSClient->aio_context where possible instea

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

2014-05-08 Thread Stefan Hajnoczi
v3: * Add assertion if win32_aio_cleanup() is called without detaching [Paolo] * Stash away NFSClient pointer for future use instead of AioContext pointer [Peter Lieven] * Use NFSClient->aio_context where possible instead of bdrv_get_aio_context() [Peter Lieven] * Stash away IscsiLun pointer