aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2016-02-16 09:29:07 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2016-05-18 15:04:26 +0300
commitf35c1f66adb4c472830329a2fb23e0a8fd8ca5f4 (patch)
treeab5e82778f956253d1e67e0b04587e7d1c48d19e /hw/s390x/ipl.c
parenta257c741491ff1c3c192d13a89c136dd6401c54d (diff)
downloadqemu-f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4.zip
qemu-f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4.tar.gz
qemu-f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4.tar.bz2
s390: remove misleading comment
The comment talks about a non-ELF object while the example gives ELF object. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/s390x/ipl.c')
-rw-r--r--hw/s390x/ipl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c
index 5786b5e..e6bf7cf 100644
--- a/hw/s390x/ipl.c
+++ b/hw/s390x/ipl.c
@@ -129,7 +129,7 @@ static void s390_ipl_realize(DeviceState *dev, Error **errp)
/* Adjust ELF start address to final location */
ipl->bios_start_addr += fwbase;
} else {
- /* Try to load non-ELF file (e.g. s390-ccw.img) */
+ /* Try to load non-ELF file */
bios_size = load_image_targphys(bios_filename, ZIPL_IMAGE_START,
4096);
ipl->bios_start_addr = ZIPL_IMAGE_START;