public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] s390: Guest support for virtio-ccw.
@ 2012-10-30 15:56 Cornelia Huck
  2012-10-30 15:56 ` [PATCH v2 1/5] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Cornelia Huck @ 2012-10-30 15:56 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti
  Cc: KVM, linux-s390, Christian Borntraeger, Carsten Otte,
	Alexander Graf, Heiko Carstens, Martin Schwidefsky, Sebastian Ott

Hi,

here's the respin of the virtio-ccw guest support patches
(from http://marc.info/?l=kvm&m=135151606921361&w=2).

Changes to the last version:

- cc'ed stable for patch 1
- coding style fixes in patches 4 and 5

Cornelia Huck (5):
  KVM: s390: Handle hosts not supporting s390-virtio.
  s390: Move css limits from drivers/s390/cio/ to include/asm/.
  s390: Add a mechanism to get the subchannel id.
  KVM: s390: Add a channel I/O based virtio transport driver.
  KVM: s390: Split out early console code.

 arch/s390/include/asm/ccwdev.h  |   5 +
 arch/s390/include/asm/cio.h     |   2 +
 arch/s390/include/asm/irq.h     |   1 +
 arch/s390/kernel/irq.c          |   1 +
 drivers/s390/cio/css.h          |   3 -
 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   | 843 ++++++++++++++++++++++++++++++++++++++++
 10 files changed, 938 insertions(+), 37 deletions(-)
 create mode 100644 drivers/s390/kvm/early_printk.c
 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-11-13 22:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 15:56 [PATCH v2 0/5] s390: Guest support for virtio-ccw Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 1/5] KVM: s390: Handle hosts not supporting s390-virtio Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 2/5] s390: Move css limits from drivers/s390/cio/ to include/asm/ Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 3/5] s390: Add a mechanism to get the subchannel id Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 4/5] KVM: s390: Add a channel I/O based virtio transport driver Cornelia Huck
2012-10-30 15:56 ` [PATCH v2 5/5] KVM: s390: Split out early console code Cornelia Huck
2012-11-13 22:25 ` [PATCH v2 0/5] s390: Guest support for virtio-ccw Marcelo Tosatti

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