qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/12] next batch of s390x patches
@ 2017-05-02 13:35 Cornelia Huck
  2017-05-02 13:35 ` [Qemu-devel] [PULL 01/12] hw/s390x: provide loadparm property for the machine Cornelia Huck
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Cornelia Huck @ 2017-05-02 13:35 UTC (permalink / raw)
  To: peter.maydell; +Cc: borntraeger, agraf, qemu-devel, Cornelia Huck

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

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

end of thread, other threads:[~2017-05-05 14:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-02 13:35 [Qemu-devel] [PULL 00/12] next batch of s390x patches Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 01/12] hw/s390x: provide loadparm property for the machine Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 02/12] hw/s390x/ipl: enable LOADPARM in IPIB for a boot device Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 03/12] hw/s390x/sclp: update LOADPARM in SCP Info Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 04/12] util/qemu-config: Add loadparm to qemu machine_opts Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 05/12] pc-bios/s390-ccw: Make ebcdic/ascii conversion public Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 06/12] pc-bios/s390-ccw: get LOADPARM stored in SCP Read Info Cornelia Huck
2017-05-02 13:35 ` [Qemu-devel] [PULL 07/12] pc-bios/s390-ccw: provide a function to interpret LOADPARM value Cornelia Huck
2017-05-02 13:36 ` [Qemu-devel] [PULL 08/12] pc-bios/s390-ccw: provide entry selection on LOADPARM for SCSI disk Cornelia Huck
2017-05-02 13:36 ` [Qemu-devel] [PULL 09/12] pc-bios/s390-ccw: add boot entry selection for ECKD DASD Cornelia Huck
2017-05-02 13:36 ` [Qemu-devel] [PULL 10/12] pc-bios/s390-ccw: add boot entry selection to El Torito routine Cornelia Huck
2017-05-02 13:36 ` [Qemu-devel] [PULL 11/12] pc-bios/s390-ccw.img: update image Cornelia Huck
2017-05-02 13:36 ` [Qemu-devel] [PULL 12/12] hw/s390x/ipl: Fix crash with virtio-scsi-pci device Cornelia Huck
2017-05-05 14:58 ` [Qemu-devel] [PULL 00/12] next batch of s390x patches Stefan Hajnoczi

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).