qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] main-loop: Use epoll on Linux
@ 2014-10-27  7:30 Fam Zheng
  2014-10-27  7:30 ` [Qemu-devel] [PATCH v3 1/2] main-loop: Introduce context parameter for qemu_poll_ns Fam Zheng
  2014-10-27  7:30 ` [Qemu-devel] [PATCH v3 2/2] main-loop: Use epoll on Linux Fam Zheng
  0 siblings, 2 replies; 4+ messages in thread
From: Fam Zheng @ 2014-10-27  7:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Paolo Bonzini, Stefan Hajnoczi

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

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

end of thread, other threads:[~2014-11-05 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-27  7:30 [Qemu-devel] [PATCH v3 0/2] main-loop: Use epoll on Linux Fam Zheng
2014-10-27  7:30 ` [Qemu-devel] [PATCH v3 1/2] main-loop: Introduce context parameter for qemu_poll_ns Fam Zheng
2014-10-27  7:30 ` [Qemu-devel] [PATCH v3 2/2] main-loop: Use epoll on Linux Fam Zheng
2014-11-05 10:53   ` Paolo Bonzini

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).