[Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()

2013-07-25 Thread Stefan Hajnoczi
v6: * Fix block/stream.c:close_unused_images() dangling pointer in Patch 2 * Rebase onto qemu.git/master v5: * Split out bdrv_delete() drain fix [bonzini] * Fix commit message [bonzini] v4: * Ensure pending BHs are processed in bdrv_drain_all() [bonzini] v3: * I forgot about this series,

Re: [Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()

2013-08-06 Thread Stefan Hajnoczi
On Thu, Jul 25, 2013 at 05:18:07PM +0200, Stefan Hajnoczi wrote: > v6: > * Fix block/stream.c:close_unused_images() dangling pointer in Patch 2 > * Rebase onto qemu.git/master > > v5: > * Split out bdrv_delete() drain fix [bonzini] > * Fix commit message [bonzini] > > v4: > * Ensure pending

Re: [Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()

2013-08-09 Thread Wenchao Xia
于 2013-8-6 23:07, Stefan Hajnoczi 写道: On Thu, Jul 25, 2013 at 05:18:07PM +0200, Stefan Hajnoczi wrote: v6: * Fix block/stream.c:close_unused_images() dangling pointer in Patch 2 * Rebase onto qemu.git/master v5: * Split out bdrv_delete() drain fix [bonzini] * Fix commit message [bonzin

Re: [Qemu-devel] [PATCH v6 00/18] aio: drop io_flush()

2013-08-09 Thread Stefan Hajnoczi
On Fri, Aug 09, 2013 at 03:14:11PM +0800, Wenchao Xia wrote: > 于 2013-8-6 23:07, Stefan Hajnoczi 写道: > >On Thu, Jul 25, 2013 at 05:18:07PM +0200, Stefan Hajnoczi wrote: > >Ping? > > > I tried to apply this series to do more work above it, but seems > code conflict with upstream. I sent a new rev