linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] s390: Guest support for virtio-ccw.
@ 2012-12-14 16:02 Cornelia Huck
  2012-12-14 16:02 ` [PATCH 1/3] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Cornelia Huck @ 2012-12-14 16:02 UTC (permalink / raw)
  To: Marcelo Tosatti, Gleb Natapov, KVM, linux-s390
  Cc: Christian Borntraeger, Carsten Otte, Alexander Graf,
	Heiko Carstens, Martin Schwidefsky, Sebastian Ott

Hi,

here's the virtio-ccw guest support for kvm/next again.

The not-kvm specific patches have made their way upstream via the
s390 tree in the meantime. Patch 2 fixes an inconsistency there.

Patch 3 lost the now unneeded schid.h include; otherwise, the patches
are unchanged from v4.

Cornelia Huck (3):
  KVM: s390: Handle hosts not supporting s390-virtio.
  s390/ccwdev: Include asm/schid.h.
  KVM: s390: Add a channel I/O based virtio transport driver.

 arch/s390/include/asm/ccwdev.h |   4 +-
 arch/s390/include/asm/irq.h    |   1 +
 arch/s390/kernel/irq.c         |   1 +
 drivers/s390/kvm/Makefile      |   2 +-
 drivers/s390/kvm/kvm_virtio.c  |  38 +-
 drivers/s390/kvm/virtio_ccw.c  | 853 +++++++++++++++++++++++++++++++++++++++++
 6 files changed, 887 insertions(+), 12 deletions(-)
 create mode 100644 drivers/s390/kvm/virtio_ccw.c

-- 
1.7.12.4

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

end of thread, other threads:[~2012-12-18 12:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 16:02 [PATCH v5 0/3] s390: Guest support for virtio-ccw Cornelia Huck
2012-12-14 16:02 ` [PATCH 1/3] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
2012-12-14 16:02 ` [PATCH 2/3] s390/ccwdev: Include asm/schid.h Cornelia Huck
2012-12-14 16:02 ` [PATCH 3/3] KVM: s390: Add a channel I/O based virtio transport driver Cornelia Huck
2012-12-17 15:00 ` [PATCH v5 0/3] s390: Guest support for virtio-ccw Alexander Graf
2012-12-18  8:13   ` Christian Borntraeger
2012-12-18 12:37 ` Gleb Natapov

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