qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] s390-ccw.img: fix sporadic boot errors
@ 2014-02-13  9:17 Christian Borntraeger
  2014-02-13  9:17 ` [Qemu-devel] [PULL 1/3] s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx Christian Borntraeger
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Christian Borntraeger @ 2014-02-13  9:17 UTC (permalink / raw)
  To: Anthony Liguori, Peter Maydell
  Cc: qemu-devel, Alexander Graf, Christian Borntraeger, Jens Freimann,
	Cornelia Huck, Andreas Färber, Richard Henderson

Peter, Anthony,

The following changes since commit 9d74f6fef0801ca2ce5c9d38d59b85bf03c27669:

  Merge remote-tracking branch 'remotes/alon/pull-libcacard.glusterfs' into staging (2014-02-12 17:53:31 +0000)

are available in the git repository at:


  git://github.com/borntraeger/qemu.git tags/ipl-20140213

for you to fetch changes up to 669d13daaf31e81463d081f59ee88e4f75dc7538:

  s390-ccw.img: new binary rom to match latest fixes (2014-02-13 09:59:21 +0100)


These changes make the reipl more robust.
----------------------------------------------------------------
This fixes two sporadic errors on reboot when the s390-ccw.img
is used. Both problems are related to qemus elf loader only caring
about PT_LOAD sections: This results in a non-zero bss section
after reboot. This makes static variables non-zero.

This quick fix initializes all variables. Long term we might
also want to clear out the bss section.

----------------------------------------------------------------
Christian Borntraeger (3):
      s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx
      s390-ccw.img: Fix sporadic errors with ccw boot image - initialize css
      s390-ccw.img: new binary rom to match latest fixes

 pc-bios/s390-ccw.img      | Bin 9336 -> 9336 bytes
 pc-bios/s390-ccw/main.c   |   3 +--
 pc-bios/s390-ccw/virtio.c |   1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2014-02-13 21:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-13  9:17 [Qemu-devel] [PULL 0/3] s390-ccw.img: fix sporadic boot errors Christian Borntraeger
2014-02-13  9:17 ` [Qemu-devel] [PULL 1/3] s390-ccw.img: Fix sporadic reboot hangs: Initialize next_idx Christian Borntraeger
2014-02-13  9:38   ` Cornelia Huck
2014-02-13 15:15   ` Richard Henderson
2014-02-13 19:39     ` Christian Borntraeger
2014-02-13 21:41       ` [Qemu-devel] [PATCH/RFC] clear bss memory of ROMS Christian Borntraeger
2014-02-13  9:17 ` [Qemu-devel] [PULL 2/3] s390-ccw.img: Fix sporadic errors with ccw boot image - initialize css Christian Borntraeger
2014-02-13  9:39   ` Cornelia Huck
2014-02-13  9:55   ` Peter Maydell
2014-02-13 10:05     ` Christian Borntraeger
2014-02-13 11:04       ` Peter Maydell
2014-02-13 12:59         ` Christian Borntraeger
2014-02-13  9:17 ` [Qemu-devel] [PULL 3/3] s390-ccw.img: new binary rom to match latest fixes Christian Borntraeger
2014-02-13  9:21 ` [Qemu-devel] [PULL 0/3] s390-ccw.img: fix sporadic boot errors Peter Maydell
2014-02-13  9:26   ` Christian Borntraeger

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