Home
last modified time | relevance | path

Searched hist:f3926945 (Results 1 – 1 of 1) sorted by relevance

/qemu/include/qemu/
H A Dmain-loop.hf3926945 Mon Sep 07 03:28:58 GMT 2015 Fam Zheng <famz@redhat.com> iohandler: Use aio API

iohandler.c shares the same interface with aio, but with duplicated
code. It's better to rebase iohandler, also because that aio is a
more friendly interface to multi-threads.

Create a global AioContext instance and let its GSource handle the
iohandler events.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1441596538-4412-1-git-send-email-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>