qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw.
@ 2012-09-04 15:13 Cornelia Huck
  2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 1/5] Update headers for upcoming s390 changes Cornelia Huck
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Cornelia Huck @ 2012-09-04 15:13 UTC (permalink / raw)
  To: KVM, linux-s390, qemu-devel
  Cc: Carsten Otte, Anthony Liguori, Rusty Russell, Sebastian Ott,
	Marcelo Tosatti, Heiko Carstens, Alexander Graf,
	Christian Borntraeger, Avi Kivity, Martin Schwidefsky

Hi,

here's the second version of virtual channel I/O and the new virtio-ccw
transport.

Changes to the first version include coding style fixes, changes in the
organization of objects (not quite finished yet), adaptions to changes
in the kernel interface and implementation of the improved virtio-ccw
primitives.

Cornelia Huck (5):
  Update headers for upcoming s390 changes.
  s390: Virtual channel subsystem support.
  s390: Add new channel I/O based virtio transport.
  s390: Virtual channel subsystem support for !KVM.
  [HACK] Handle multiple virtio aliases.

 blockdev.c                           |    6 +-
 hw/qdev-monitor.c                    |   90 ++-
 hw/s390-virtio.c                     |  277 ++++++--
 hw/s390x/Makefile.objs               |    2 +
 hw/s390x/css.c                       | 1280 ++++++++++++++++++++++++++++++++++
 hw/s390x/css.h                       |   89 +++
 hw/s390x/virtio-ccw.c                |  875 +++++++++++++++++++++++
 hw/s390x/virtio-ccw.h                |   79 +++
 linux-headers/asm-generic/kvm_para.h |    5 +
 linux-headers/asm-x86/kvm.h          |    1 +
 linux-headers/linux/kvm.h            |   80 ++-
 target-s390x/Makefile.objs           |    2 +-
 target-s390x/cpu.h                   |  277 ++++++++
 target-s390x/helper.c                |  140 ++++
 target-s390x/ioinst.c                |  734 +++++++++++++++++++
 target-s390x/ioinst.h                |  206 ++++++
 target-s390x/kvm.c                   |  282 +++++++-
 target-s390x/op_helper.c             |   22 +-
 vl.c                                 |    7 +-
 19 files changed, 4313 insertions(+), 141 deletions(-)
 create mode 100644 hw/s390x/css.c
 create mode 100644 hw/s390x/css.h
 create mode 100644 hw/s390x/virtio-ccw.c
 create mode 100644 hw/s390x/virtio-ccw.h
 create mode 100644 linux-headers/asm-generic/kvm_para.h
 create mode 100644 target-s390x/ioinst.c
 create mode 100644 target-s390x/ioinst.h

-- 
1.7.11.5

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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-04 15:13 [Qemu-devel] [RFC PATCH v2 0/5] qemu: s390: virtual css and virtio-ccw Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 1/5] Update headers for upcoming s390 changes Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 2/5] s390: Virtual channel subsystem support Cornelia Huck
2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 3/5] s390: Add new channel I/O based virtio transport Cornelia Huck
2012-09-19 16:12   ` Alexander Graf
2012-09-20  7:39     ` Jens Freimann
2012-09-20 14:24   ` Anthony Liguori
2012-09-20 14:50     ` Alexander Graf
2012-12-18  8:45   ` Paolo Bonzini
2012-12-18 14:58     ` Cornelia Huck
2012-12-18 15:01       ` Paolo Bonzini
2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 4/5] s390: Virtual channel subsystem support for !KVM Cornelia Huck
2012-09-19 16:22   ` Alexander Graf
2012-09-04 15:13 ` [Qemu-devel] [PATCH v2 5/5] [HACK] Handle multiple virtio aliases Cornelia Huck
2012-09-19 16:24   ` Alexander Graf
2012-09-20 14:27   ` Anthony Liguori
2012-10-09 14:39     ` 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).