Skip to content
Snippets Groups Projects
user avatar
Paolo Bonzini authored
AioContext can be accessed recursively, in fact that's what we do with
aio_poll.  Marking the GSource as recursive avoids that GLib blocks it
and unblocks it around every call to aio_dispatch, which is a pretty
expensive operation.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
fcf5def1
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team