qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/2] KVM: s390: virtio-ccw adapter interrupts.
@ 2013-06-07 10:37 Cornelia Huck
  2013-06-07 10:37 ` [Qemu-devel] [PATCH RFC 1/2] KVM: s390: virtio-ccw: Handle command rejects Cornelia Huck
  2013-06-07 10:37 ` [Qemu-devel] [PATCH RFC 2/2] KVM: s390: virtio-ccw adapter interrupt support Cornelia Huck
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2013-06-07 10:37 UTC (permalink / raw)
  To: KVM, linux-s390, qemu-devel, virtualization

Hi,

here's the guest driver support for adapter interrupts in virtio-ccw.

We use one summary indicator per page of indicators. For each device,
we try to find a space in an indicator where all of its virtqueues fit.

Locking probably needs some more love, but it seems to work fine so far.

Cornelia Huck (2):
  KVM: s390: virtio-ccw: Handle command rejects.
  KVM: s390: virtio-ccw adapter interrupt support.

 arch/s390/include/asm/irq.h   |   1 +
 arch/s390/kernel/irq.c        |   1 +
 drivers/s390/kvm/virtio_ccw.c | 307 ++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 298 insertions(+), 11 deletions(-)

-- 
1.8.1.6

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

end of thread, other threads:[~2013-06-07 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-07 10:37 [Qemu-devel] [PATCH RFC 0/2] KVM: s390: virtio-ccw adapter interrupts Cornelia Huck
2013-06-07 10:37 ` [Qemu-devel] [PATCH RFC 1/2] KVM: s390: virtio-ccw: Handle command rejects Cornelia Huck
2013-06-07 10:37 ` [Qemu-devel] [PATCH RFC 2/2] KVM: s390: virtio-ccw adapter interrupt support Cornelia Huck

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