qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] main-loop: Use epoll on Linux
@ 2014-09-30  3:35 Fam Zheng
  2014-09-30  3:35 ` [Qemu-devel] [PATCH v2 1/2] main-loop: Pass AioContext into qemu_poll_ns Fam Zheng
  2014-09-30  3:35 ` [Qemu-devel] [PATCH v2 2/2] main-loop: Use epoll on Linux Fam Zheng
  0 siblings, 2 replies; 4+ messages in thread
From: Fam Zheng @ 2014-09-30  3:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Paolo Bonzini, Stefan Hajnoczi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-02 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30  3:35 [Qemu-devel] [PATCH v2 0/2] main-loop: Use epoll on Linux Fam Zheng
2014-09-30  3:35 ` [Qemu-devel] [PATCH v2 1/2] main-loop: Pass AioContext into qemu_poll_ns Fam Zheng
2014-10-02 15:26   ` Stefan Hajnoczi
2014-09-30  3:35 ` [Qemu-devel] [PATCH v2 2/2] main-loop: Use epoll on Linux Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).