From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4dee-0004TP-IU for qemu-devel@nongnu.org; Thu, 14 May 2009 12:19:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4deZ-0004Ss-Fi for qemu-devel@nongnu.org; Thu, 14 May 2009 12:19:31 -0400 Received: from [199.232.76.173] (port=56937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4deZ-0004Sp-At for qemu-devel@nongnu.org; Thu, 14 May 2009 12:19:27 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43090) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4deY-0002wf-Vn for qemu-devel@nongnu.org; Thu, 14 May 2009 12:19:27 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4EGJPJN008102 for ; Thu, 14 May 2009 12:19:25 -0400 Subject: Re: [Qemu-devel] [RESEND second time] [PATCH] Remove initrd warning message From: Mark McLoughlin In-Reply-To: <20090512071205.GA11597@amd.home.annexia.org> References: <20090512071205.GA11597@amd.home.annexia.org> Content-Type: text/plain Date: Thu, 14 May 2009 17:19:21 +0100 Message-Id: <1242317961.661.5.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: "Richard W.M. Jones" On Tue, 2009-05-12 at 08:12 +0100, Richard W.M. Jones wrote: > - fprintf(stderr, "qemu: loading initrd (%#x bytes) at 0x" TARGET_FMT_plx > - "\n", initrd_size, initrd_addr); This should be applied. Using Rich's excellent guestfish program, you see this: $> guestfish Welcome to guestfish, the libguestfs filesystem interactive shell for editing virtual machine filesystems. Type: 'help' for help with commands 'quit' to quit the shell > add /var/lib/libvirt/images/rawhide-2009-05-12.img > run qemu: loading initrd (0x220c2e6 bytes) at 0x0000000015de3000 > list-partitions /dev/sda1 /dev/sda2 Cheers, Mark. [1] - http://et.redhat.com/~rjones/libguestfs/