From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZqDt-0008PS-2N for qemu-devel@nongnu.org; Mon, 24 Sep 2007 11:51:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZqDr-0008LX-Dw for qemu-devel@nongnu.org; Mon, 24 Sep 2007 11:51:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZqDr-0008LE-6O for qemu-devel@nongnu.org; Mon, 24 Sep 2007 11:51:47 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IZqDq-00083v-L0 for qemu-devel@nongnu.org; Mon, 24 Sep 2007 11:51:46 -0400 Date: Mon, 24 Sep 2007 16:50:43 +0100 (BST) From: Johannes Schindelin Subject: Re: [Qemu-devel] view qemu output/console In-Reply-To: <200709241725.00966.clemens.kol@gmx.at> Message-ID: References: <20070921061109.16713gmx1@mx026.gmx.net> <200709241725.00966.clemens.kol@gmx.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Clemens Kolbitsch Cc: qemu-devel@nongnu.org Hi, On Mon, 24 Sep 2007, Clemens Kolbitsch wrote: > when the kernel crashes, it displayes the message, however as it is way > much more information that can be displayed in the qemu window, i only > see the last 20-something lines. as the crash is fatal, no entries are > made to the log-files and i have not succeeded redirecting output to my > console (using the -nographic option) as my linux does not boot > correctly then. If your host is not windows, you can use the "-monitor stdio" option to output monitor information on the console you start QEmu in. Hth, Dscho