Commit 42fa1c2e226bd62e8df145f3509b692b65a6170c

Authored by Richard W.M. Jones
Committed by Anthony Liguori
1 parent 9ed415b2

Remove initrd warning message

Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Showing 1 changed file with 0 additions and 3 deletions
... ... @@ -706,9 +706,6 @@ static void load_linux(target_phys_addr_t option_rom,
706 706 initrd_size = get_file_size(fi);
707 707 initrd_addr = (initrd_max-initrd_size) & ~4095;
708 708  
709   - fprintf(stderr, "qemu: loading initrd (%#x bytes) at 0x" TARGET_FMT_plx
710   - "\n", initrd_size, initrd_addr);
711   -
712 709 if (!fread_targphys_ok(initrd_addr, initrd_size, fi)) {
713 710 fprintf(stderr, "qemu: read error on initial ram disk '%s'\n",
714 711 initrd_filename);
... ...