v3: Use separate structure for poll context instead of AioContext. (Stefan)



Fam Zheng (2):
  main-loop: Introduce context parameter for qemu_poll_ns
  main-loop: Use epoll on Linux

 Makefile.objs            |   1 +
 aio-posix.c              |   2 +-
 include/block/aio.h      |   2 +
 include/qemu/main-loop.h |   1 +
 include/qemu/timer.h     |  17 ++++-
 main-loop.c              |   7 ++-
 qemu-epoll.c             | 161 +++++++++++++++++++++++++++++++++++++++++++++++
 qemu-timer.c             |   7 ++-
 tests/Makefile           |   2 +-
 9 files changed, 193 insertions(+), 7 deletions(-)
 create mode 100644 qemu-epoll.c

-- 
1.9.3


Reply via email to