From: "Richard W.M. Jones" <rjones@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Remove debug message printed when you use -initrd
Date: Fri, 3 Apr 2009 21:14:49 +0100 [thread overview]
Message-ID: <20090403201449.GA28322@amd.home.annexia.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 444 bytes --]
I wonder if we could remove this annoying debug message, which is
printed unconditionally whenever someone uses the -initrd command line
option.
Rich.
--
Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones
New in Fedora 11: Fedora Windows cross-compiler. Compile Windows
programs, test, and build Windows installers. Over 70 libraries supprt'd
http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw
[-- Attachment #2: qemu-no-initrd-message.patch --]
[-- Type: text/plain, Size: 530 bytes --]
Index: hw/pc.c
===================================================================
--- hw/pc.c (revision 6970)
+++ hw/pc.c (working copy)
@@ -649,9 +649,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);
next reply other threads:[~2009-04-03 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-03 20:14 Richard W.M. Jones [this message]
2009-04-03 20:18 ` [Qemu-devel] [PATCH] Remove debug message printed when you use -initrd Anthony Liguori
2009-04-03 20:25 ` Richard W.M. Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090403201449.GA28322@amd.home.annexia.org \
--to=rjones@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).