All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/4] s390x/ipl: Fixes for ipl and bios
@ 2020-03-10 15:09 Christian Borntraeger
  2020-03-10 15:09 ` [PULL 1/4] pc-bios: s390x: Save iplb location in lowcore Christian Borntraeger
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Christian Borntraeger @ 2020-03-10 15:09 UTC (permalink / raw)
  To: Peter Maydell
  Cc: Thomas Huth, David Hildenbrand, Cornelia Huck, qemu-devel,
	Halil Pasic, Christian Borntraeger, qemu-s390x, Richard Henderson

Peter,

The following changes since commit 373c7068dd610e97f0b551b5a6d0a27cd6da4506:

  qemu.nsi: Install Sphinx documentation (2020-03-09 16:45:00 +0000)

are available in the Git repository at:

  git://github.com/borntraeger/qemu.git tags/s390x-20200310

for you to fetch changes up to 94c21436e5a89143f8b9cb4d089d1a2f3f4fd377:

  s390x: ipl: Consolidate iplb validity check into one function (2020-03-10 10:18:20 +0100)

----------------------------------------------------------------
s390x/ipl: Fixes for ipl and bios

- provide a pointer to the loadparm. This fixes crashes in zipl
- do not throw away guest changes of the IPL parameter during reset
- refactor IPLB checks

----------------------------------------------------------------
Christian Borntraeger (1):
      s390x/bios: rebuild s390-ccw.img

Halil Pasic (1):
      s390/ipl: sync back loadparm

Janosch Frank (2):
      pc-bios: s390x: Save iplb location in lowcore
      s390x: ipl: Consolidate iplb validity check into one function

 hw/s390x/ipl.c               |  25 +++++++++++++++++++++++++
 hw/s390x/ipl.h               |  18 +++++++++---------
 pc-bios/s390-ccw.img         | Bin 42608 -> 42608 bytes
 pc-bios/s390-ccw/jump2ipl.c  |   1 +
 pc-bios/s390-ccw/main.c      |   8 +++++++-
 pc-bios/s390-ccw/netmain.c   |   1 +
 pc-bios/s390-ccw/s390-arch.h |  10 ++++++++--
 pc-bios/s390-ccw/s390-ccw.h  |   1 +
 target/s390x/diag.c          |   2 +-
 9 files changed, 53 insertions(+), 13 deletions(-)



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

end of thread, other threads:[~2020-03-20 14:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 15:09 [PULL 0/4] s390x/ipl: Fixes for ipl and bios Christian Borntraeger
2020-03-10 15:09 ` [PULL 1/4] pc-bios: s390x: Save iplb location in lowcore Christian Borntraeger
2020-03-10 15:09 ` [PULL 2/4] s390x/bios: rebuild s390-ccw.img Christian Borntraeger
2020-03-10 15:09 ` [PULL 3/4] s390/ipl: sync back loadparm Christian Borntraeger
2020-03-19 20:31   ` Peter Maydell
2020-03-20  9:23     ` Christian Borntraeger
2020-03-20 14:02       ` Halil Pasic
2020-03-10 15:09 ` [PULL 4/4] s390x: ipl: Consolidate iplb validity check into one function Christian Borntraeger
2020-03-10 17:13 ` [PULL 0/4] s390x/ipl: Fixes for ipl and bios no-reply
2020-03-10 20:04 ` Peter Maydell

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.