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 v2 0/2] main-loop: Use epoll on Linux
Date: Tue, 30 Sep 2014 11:35:16 +0800 [thread overview]
Message-ID: <1412048118-24834-1-git-send-email-famz@redhat.com> (raw)
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
next reply other threads:[~2014-09-30 3:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-30 3:35 Fam Zheng [this message]
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
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=1412048118-24834-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).