v2: Introduce patch 1 to allow qemu_epoll to access AioContext. Don't pollute g_* namespace. (Stefan)
Fam Zheng (2): main-loop: Pass AioContext into qemu_poll_ns main-loop: Use epoll on Linux Makefile.objs | 1 + aio-posix.c | 2 +- include/block/aio.h | 16 +++++ include/qemu/main-loop.h | 1 + include/qemu/timer.h | 3 +- main-loop.c | 6 +- qemu-epoll.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++ qemu-timer.c | 6 +- tests/Makefile | 2 +- 9 files changed, 193 insertions(+), 7 deletions(-) create mode 100644 qemu-epoll.c -- 1.9.3