public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/4] s390: virtio-ccw guest kernel support.
@ 2012-09-04 15:13 Cornelia Huck
  2012-09-04 15:13 ` [PATCH v2 1/4] s390/kvm: Handle hosts not supporting s390-virtio Cornelia Huck
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Cornelia Huck @ 2012-09-04 15:13 UTC (permalink / raw)
  To: KVM, linux-s390, qemu-devel
  Cc: Avi Kivity, Marcelo Tosatti, Anthony Liguori, Rusty Russell,
	Christian Borntraeger, Carsten Otte, Alexander Graf,
	Heiko Carstens, Martin Schwidefsky, Sebastian Ott

Hi,

here's the second revision of the guest support for virtio-ccw.

The first patch has gotten several changes and now handles checking
for s390-virtio support much more nicely.

The third patch has been adapted to the changed virtio-ccw interface.

Cornelia Huck (4):
  s390/kvm: Handle hosts not supporting s390-virtio.
  s390: Add a mechanism to get the subchannel id.
  s390/kvm: Add a channel I/O based virtio transport driver.
  s390/kvm: Split out early console code.

 arch/s390/include/asm/ccwdev.h  |   5 +
 arch/s390/include/asm/irq.h     |   1 +
 arch/s390/kernel/irq.c          |   1 +
 drivers/s390/cio/device_ops.c   |  12 +
 drivers/s390/kvm/Makefile       |   2 +-
 drivers/s390/kvm/early_printk.c |  42 +++
 drivers/s390/kvm/kvm_virtio.c   |  64 ++--
 drivers/s390/kvm/virtio_ccw.c   | 789 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 882 insertions(+), 34 deletions(-)
 create mode 100644 drivers/s390/kvm/early_printk.c
 create mode 100644 drivers/s390/kvm/virtio_ccw.c

-- 
1.7.11.5


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

end of thread, other threads:[~2012-10-09 14:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 15:13 [RFC PATCH v2 0/4] s390: virtio-ccw guest kernel support Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 1/4] s390/kvm: Handle hosts not supporting s390-virtio Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 2/4] s390: Add a mechanism to get the subchannel id Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 3/4] s390/kvm: Add a channel I/O based virtio transport driver Cornelia Huck
2012-09-19 16:38   ` Alexander Graf
2012-10-09 14:30     ` Cornelia Huck
2012-09-04 15:13 ` [PATCH v2 4/4] s390/kvm: Split out early console code Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox