All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.7 0/8] More s390x patches for 2.7
@ 2016-07-05  7:56 Cornelia Huck
  2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 1/8] pc-bios/s390-ccw: Pass selected SCSI device to IPL Cornelia Huck
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Cornelia Huck @ 2016-07-05  7:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: borntraeger, agraf, jfrei, Cornelia Huck

The following patches (and the s390x pci patches already on the
list) make up the last batch of s390x patches I plan to do for
2.7 (except for bug fixes that may crop up, of course).

We have several fixes/enhancements in the boot code and a bit
of refactoring in the css code that makes the future addition
of device types easier.

Alexander Yarygin (1):
  s390x/ipl: Support IPL from selected SCSI device

Cornelia Huck (1):
  pc-bios/s390-ccw.img: rebuild image

David Hildenbrand (1):
  s390x/ipl: fix reboots for migration from different bios

Eugene (jno) Dvurechenski (1):
  pc-bios/s390-ccw: Pass selected SCSI device to IPL

Jing Liu (2):
  s390x/css: Factor out virtual css bridge and bus
  s390x/css: Unplug handler of virtual css bridge

Sascha Silbe (2):
  s390x/css: factor out some generic code from
    virtio_ccw_device_realize()
  s390x/css: use define for "virtual-css-bridge" literal

 hw/s390x/Makefile.objs         |   2 +
 hw/s390x/ccw-device.c          |  27 ++++
 hw/s390x/ccw-device.h          |  43 +++++++
 hw/s390x/css-bridge.c          | 124 +++++++++++++++++++
 hw/s390x/css.c                 | 143 ++++++++++++++++++++++
 hw/s390x/ipl.c                 |  37 +++++-
 hw/s390x/ipl.h                 |  15 +++
 hw/s390x/s390-virtio-ccw.c     |   3 +-
 hw/s390x/virtio-ccw.c          | 271 ++++++++---------------------------------
 hw/s390x/virtio-ccw.h          |  20 +--
 include/hw/s390x/css-bridge.h  |  31 +++++
 include/hw/s390x/css.h         |  18 +++
 pc-bios/s390-ccw.img           | Bin 26424 -> 26440 bytes
 pc-bios/s390-ccw/iplb.h        |  12 ++
 pc-bios/s390-ccw/main.c        |  12 ++
 pc-bios/s390-ccw/virtio-scsi.c |  11 ++
 pc-bios/s390-ccw/virtio.h      |   2 +
 17 files changed, 531 insertions(+), 240 deletions(-)
 create mode 100644 hw/s390x/ccw-device.c
 create mode 100644 hw/s390x/ccw-device.h
 create mode 100644 hw/s390x/css-bridge.c
 create mode 100644 include/hw/s390x/css-bridge.h

-- 
2.9.0

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

end of thread, other threads:[~2016-07-05 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05  7:56 [Qemu-devel] [PATCH for-2.7 0/8] More s390x patches for 2.7 Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 1/8] pc-bios/s390-ccw: Pass selected SCSI device to IPL Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 2/8] pc-bios/s390-ccw.img: rebuild image Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 3/8] s390x/ipl: Support IPL from selected SCSI device Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 4/8] s390x/ipl: fix reboots for migration from different bios Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 5/8] s390x/css: factor out some generic code from virtio_ccw_device_realize() Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 6/8] s390x/css: use define for "virtual-css-bridge" literal Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 7/8] s390x/css: Factor out virtual css bridge and bus Cornelia Huck
2016-07-05  8:30   ` Jing Liu
2016-07-05 12:14     ` Cornelia Huck
2016-07-05  7:56 ` [Qemu-devel] [PATCH for-2.7 8/8] s390x/css: Unplug handler of virtual css bridge Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.