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
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