Re: [Qemu-devel] [PATCH] aio: another fix to the walking_handlers logic

2012-09-24 Thread Bharata B Rao
On Mon, Sep 24, 2012 at 05:06:11PM +0200, Paolo Bonzini wrote: > The AIO dispatch loop will call QLIST_REMOVE and g_free even if there > are other pending calls to qemu_aio_wait outside the current one. > > Signed-off-by: Paolo Bonzini > --- > This is on top of the existing fix that is po

[Qemu-devel] [PATCH] aio: another fix to the walking_handlers logic

2012-09-24 Thread Paolo Bonzini
The AIO dispatch loop will call QLIST_REMOVE and g_free even if there are other pending calls to qemu_aio_wait outside the current one. Signed-off-by: Paolo Bonzini --- This is on top of the existing fix that is posted as part of the glusterfs series. Bharata, can you add this pa