From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2QvV-0002gE-44 for qemu-devel@nongnu.org; Sat, 31 May 2008 09:15:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2QvT-0002fk-3q for qemu-devel@nongnu.org; Sat, 31 May 2008 09:15:15 -0400 Received: from [199.232.76.173] (port=53583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2QvT-0002fh-0J for qemu-devel@nongnu.org; Sat, 31 May 2008 09:15:15 -0400 Received: from ti-out-0910.google.com ([209.85.142.190]:48548) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2QvS-00009G-J1 for qemu-devel@nongnu.org; Sat, 31 May 2008 09:15:14 -0400 Received: by ti-out-0910.google.com with SMTP id y6so161628tia.18 for ; Sat, 31 May 2008 06:15:12 -0700 (PDT) Message-ID: Date: Sat, 31 May 2008 20:15:11 +0700 From: "Mulyadi Santosa" Subject: Re: [Qemu-devel] qemu - how to output the bootup message? In-Reply-To: <48410D7F.3060604@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48410D7F.3060604@gmail.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi On Sat, May 31, 2008 at 3:34 PM, Peter Teoh wrote: > All the initial bootup message output in the graphical display of QEMU - how > do I log all them into another file? maybe you need to instruct the kernel to enable serial console. Then invoke qemu to use -nographic.... regards, Mulyadi.