>From c91e49de8d66c008c0a23764c27e0b7906860c8e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 25 Apr 2009 14:01:51 +0100 Subject: [PATCH] Remove -initrd warning message. --- hw/pc.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/pc.c b/hw/pc.c index 6b46427..d41aed4 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -708,9 +708,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); -- 1.6.0.6