From: "Richard W.M. Jones" <rjones@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Remove debug message printed when you use -initrd
Date: Fri, 3 Apr 2009 21:25:32 +0100 [thread overview]
Message-ID: <20090403202532.GA28406@amd.home.annexia.org> (raw)
In-Reply-To: <49D66F23.9050601@codemonkey.ws>
[-- Attachment #1: Type: text/plain, Size: 638 bytes --]
On Fri, Apr 03, 2009 at 03:18:43PM -0500, Anthony Liguori wrote:
> Richard W.M. Jones wrote:
>> I wonder if we could remove this annoying debug message, which is
>> printed unconditionally whenever someone uses the -initrd command line
>> option.
>>
>> Rich.
>>
>
> Needs a Signed-off-by.
I always forget it! Is this OK?
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 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);
prev parent reply other threads:[~2009-04-03 20:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-03 20:14 [Qemu-devel] [PATCH] Remove debug message printed when you use -initrd Richard W.M. Jones
2009-04-03 20:18 ` Anthony Liguori
2009-04-03 20:25 ` Richard W.M. Jones [this message]
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=20090403202532.GA28406@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).