diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-12 08:12:05 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-20 09:24:07 -0500 |
commit | 42fa1c2e226bd62e8df145f3509b692b65a6170c (patch) | |
tree | 66d992d89136f0074b58e643b1ab7781f233105e /hw | |
parent | 9ed415b28b0c808e8b0fc631902cb9ce277f0245 (diff) |
Remove initrd warning message
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/pc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -706,9 +706,6 @@ static void load_linux(target_phys_addr_t option_rom, initrd_size = get_file_size(fi); initrd_addr = (initrd_max-initrd_size) & ~4095; - fprintf(stderr, "qemu: loading initrd (%#x bytes) at 0x" TARGET_FMT_plx - "\n", initrd_size, initrd_addr); - if (!fread_targphys_ok(initrd_addr, initrd_size, fi)) { fprintf(stderr, "qemu: read error on initial ram disk '%s'\n", initrd_filename); |