projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a257c74
)
s390: remove misleading comment
author
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 16 Feb 2016 06:29:07 +0000
(09:29 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 18 May 2016 12:04:26 +0000
(15:04 +0300)
The comment talks about a non-ELF object while the
example gives ELF object.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/s390x/ipl.c
patch
|
blob
|
history
diff --git
a/hw/s390x/ipl.c
b/hw/s390x/ipl.c
index 5786b5e451ba4cb4da46e343bcb4a9b57891d994..e6bf7cf7c01e4954b0a30f8d1c3450a568947a98 100644
(file)
--- 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;