* [Qemu-devel] [PATCH] Resend patch to remove -initrd debug message
@ 2009-04-25 12:13 Richard W.M. Jones
2009-04-25 13:02 ` Richard W.M. Jones
0 siblings, 1 reply; 2+ messages in thread
From: Richard W.M. Jones @ 2009-04-25 12:13 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
This just removes an unnecessary debug message which is printed
whenever you use the -initrd option. The only change since previous
posting is I rebased it to the latest qemu SVN.
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
[-- Attachment #2: qemu-no-initrd-message.patch --]
[-- Type: text/plain, Size: 530 bytes --]
Index: hw/pc.c
===================================================================
--- hw/pc.c (revision 7249)
+++ hw/pc.c (working copy)
@@ -682,9 +682,6 @@
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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-25 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-25 12:13 [Qemu-devel] [PATCH] Resend patch to remove -initrd debug message Richard W.M. Jones
2009-04-25 13:02 ` Richard W.M. Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).