From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, Paolo Bonzini <pbonzini@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH v3 0/2] main-loop: Use epoll on Linux
Date: Mon, 27 Oct 2014 15:30:46 +0800 [thread overview]
Message-ID: <1414395048-16006-1-git-send-email-famz@redhat.com> (raw)
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
next reply other threads:[~2014-10-27 7:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-27 7:30 Fam Zheng [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414395048-16006-1-git-send-email-famz@redhat.com \
--to=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).