[Qemu-devel] [PATCH v2 for-1.7] s390x: fix flat file load on 32 bit systems

2013-11-21 Thread Michael S. Tsirkin
pc-bios/s390-zipl.rom is a flat image so it's expected that loading it as elf will fail. It should fall back on loading a flat file, but doesn't on 32 bit systems, instead it fails printing: qemu: hardware error: could not load bootloader 's390-zipl.rom' The result is boot failure. The reason

Re: [Qemu-devel] [PATCH v2 for-1.7] s390x: fix flat file load on 32 bit systems

2013-11-21 Thread Cornelia Huck
On Thu, 21 Nov 2013 14:52:02 +0200 "Michael S. Tsirkin" wrote: > pc-bios/s390-zipl.rom is a flat image so it's expected that > loading it as elf will fail. > It should fall back on loading a flat file, but doesn't > on 32 bit systems, instead it fails printing: > qemu: hardware error: could n

Re: [Qemu-devel] [PATCH v2 for-1.7] s390x: fix flat file load on 32 bit systems

2013-11-21 Thread Alexander Graf
On 21.11.2013, at 13:52, Michael S. Tsirkin wrote: > pc-bios/s390-zipl.rom is a flat image so it's expected that > loading it as elf will fail. > It should fall back on loading a flat file, but doesn't > on 32 bit systems, instead it fails printing: >qemu: hardware error: could not load boot