From: "Richard W.M. Jones" <rjones@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Resend patch to remove -initrd debug message
Date: Sat, 25 Apr 2009 13:13:38 +0100 [thread overview]
Message-ID: <20090425121338.GA27727@amd.home.annexia.org> (raw)
[-- 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);
next reply other threads:[~2009-04-25 12:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-25 12:13 Richard W.M. Jones [this message]
2009-04-25 13:02 ` [Qemu-devel] [PATCH] Resend patch to remove -initrd debug message 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=20090425121338.GA27727@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).