Skip to content

Commit

Permalink
Remove initrd warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Richard W.M. Jones <[email protected]>
  • Loading branch information
rwmjones authored and Anthony Liguori committed May 20, 2009
1 parent 9ed415b commit 42fa1c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hw/pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 42fa1c2

Please sign in to comment.