| commit | 2db2bfc0ccac5fd68dbf0ceb70fbc372c5d8a8c7 | [log] [tgz] |
|---|---|---|
| author | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 27 19:27:43 2012 +0530 |
| committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 28 17:57:54 2012 +0200 |
| tree | 431af6bb4551199090c84cfe011fc1b56195cb72 | |
| parent | ca0defb95c69f88a905d64adbe253e7bb8fde14a [diff] |
aio: Another fix to the walking_handlers logic 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 <pbonzini@redhat.com> Signed-off-by: Bharata B Rao <bharata@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>