qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 00/12] next batch of s390x patches


From: Cornelia Huck
Subject: [Qemu-devel] [PULL 00/12] next batch of s390x patches
Date: Tue, 2 May 2017 15:35:52 +0200

The following changes since commit 38bb54f323bf7c83496b6a044cfd28896e997a00:

  replication: Make --disable-replication compile again (2017-04-28 16:50:16 
+0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20170502

for you to fetch changes up to 99efaa2696caaf6182958e27d553449674894b27:

  hw/s390x/ipl: Fix crash with virtio-scsi-pci device (2017-05-02 15:08:54 
+0200)

----------------------------------------------------------------
More s390x patches, this time boot related:
- LOADPARM machine property, exposed to the guest via SCLP and
  diagnose 308
- Use LOADPARM in the s390-ccw bios to select a boot entry
- Fix a crash in the ipl device code when a virtio-scsi-pci device
  has been specified

----------------------------------------------------------------

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

Eugene (jno) Dvurechenski (2):
  pc-bios/s390-ccw: Make ebcdic/ascii conversion public
  pc-bios/s390-ccw: add boot entry selection to El Torito routine

Farhan Ali (8):
  hw/s390x: provide loadparm property for the machine
  hw/s390x/ipl: enable LOADPARM in IPIB for a boot device
  hw/s390x/sclp: update LOADPARM in SCP Info
  util/qemu-config: Add loadparm to qemu machine_opts
  pc-bios/s390-ccw: get LOADPARM stored in SCP Read Info
  pc-bios/s390-ccw: provide a function to interpret LOADPARM value
  pc-bios/s390-ccw: provide entry selection on LOADPARM for SCSI disk
  pc-bios/s390-ccw: add boot entry selection for ECKD DASD

Thomas Huth (1):
  hw/s390x/ipl: Fix crash with virtio-scsi-pci device

 hw/s390x/ipl.c                            |  39 +++++++++++++++++++++++++++---
 hw/s390x/ipl.h                            |   3 +++
 hw/s390x/s390-virtio-ccw.c                |  37 ++++++++++++++++++++++++++++
 hw/s390x/sclp.c                           |   9 +++++++
 include/hw/s390x/s390-virtio-ccw.h        |   1 +
 pc-bios/s390-ccw.img                      | Bin 26456 -> 26472 bytes
 pc-bios/s390-ccw/Makefile                 |   2 +-
 pc-bios/s390-ccw/bootmap.c                |  34 +++++++++++++++++---------
 pc-bios/s390-ccw/bootmap.h                |  24 +-----------------
 pc-bios/s390-ccw/main.c                   |  38 ++++++++++++++++++++++++++++-
 pc-bios/s390-ccw/s390-ccw.h               |  17 ++++++++++++-
 pc-bios/s390-ccw/{sclp-ascii.c => sclp.c} |  12 +++++++++
 pc-bios/s390-ccw/sclp.h                   |   2 ++
 util/qemu-config.c                        |   6 +++++
 14 files changed, 184 insertions(+), 40 deletions(-)
 rename pc-bios/s390-ccw/{sclp-ascii.c => sclp.c} (87%)

-- 
2.11.0




reply via email to

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