qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-2.7 0/8] More s390x patches for 2.7


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH for-2.7 0/8] More s390x patches for 2.7
Date: Tue, 5 Jul 2016 09:56:20 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]