qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] virtio-ccw: Add notifiers support.


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH 0/2] virtio-ccw: Add notifiers support.
Date: Tue, 28 May 2013 14:33:16 +0200

(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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]