From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH 0/2] virtio-ccw: Add notifiers support.
Date: Tue, 28 May 2013 14:33:16 +0200 [thread overview]
Message-ID: <1369744398-30619-1-git-send-email-cornelia.huck@de.ibm.com> (raw)
(Also to be found on git://github.com/cohuck/qemu virtio-ccw-notifiers)
As ioeventfd support for virtio-ccw is now upstream in the Linux kernel,
here's the exploiter in qemu for it.
Patch 1 uses the new ioeventfd implementation. Patch 2 wires up the
notifiers; guest notifiers using ioeventfd, host notifiers falling
back to qemu injecting interrupts as we don't have irqfd for s390 yet.
(I plan to implement that on top of adapter interrupts, which is the next
thing I'll takle.)
I'd like to get this into 1.6, so feedback is welcome.
Cornelia Huck (2):
virtio-ccw: Wire up ioeventfd.
virtio-ccw: Wire up guest and host notifies.
hw/s390x/css.c | 2 +-
hw/s390x/css.h | 1 +
hw/s390x/virtio-ccw.c | 205 +++++++++++++++++++++++++++++++++++++++++++++++++
hw/s390x/virtio-ccw.h | 8 ++
target-s390x/cpu.h | 16 ++++
target-s390x/kvm.c | 19 +++++
6 files changed, 250 insertions(+), 1 deletion(-)
--
1.7.9.5
next reply other threads:[~2013-05-28 12:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-28 12:33 Cornelia Huck [this message]
2013-05-28 12:33 ` [Qemu-devel] [PATCH 1/2] virtio-ccw: Wire up ioeventfd Cornelia Huck
2013-05-28 12:33 ` [Qemu-devel] [PATCH 2/2] virtio-ccw: Wire up guest and host notifies Cornelia Huck
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=1369744398-30619-1-git-send-email-cornelia.huck@de.ibm.com \
--to=cornelia.huck@de.ibm.com \
--cc=qemu-devel@nongnu.org \
/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).