]> Git Repo - qemu.git/commit
s390-ccw.img: Allow bigger ramdisk sizes or offsets
authorChristian Borntraeger <[email protected]>
Mon, 2 Mar 2015 15:27:08 +0000 (16:27 +0100)
committerChristian Borntraeger <[email protected]>
Tue, 10 Mar 2015 08:26:23 +0000 (09:26 +0100)
commit2be9d2927cca76d8475f0083e9ecc87baf1b8222
treece8a88f5cd97bd8d6d116e5b474d70983c328df4
parenta310b283e357b54533c8168a92e8f1068efdc4d1
s390-ccw.img: Allow bigger ramdisk sizes or offsets

The s390-ccw bios creates the the virtqueue at 100MB. For
big ramdisks or offsets (via zipl) this gets overwritten.
As a quick band-aid, lets move the virtqueue into the bss
section, which is at 0x7f00000. As the bios code (text) is
at 0x7e00000 we can now handle ramdisk which are  ~27MB
bigger.

Long term we want to make the s390-ccw bios position
independent and load of at the end of memory.

Reported-by: Alexander Graf <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Message-Id: <1425310029[email protected]>
pc-bios/s390-ccw/main.c
pc-bios/s390-ccw/s390-ccw.h
pc-bios/s390-ccw/virtio.c
This page took 0.025763 seconds and 4 git commands to generate.