From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jf1am-0004Xp-FA for qemu-devel@nongnu.org; Thu, 27 Mar 2008 19:33:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jf1ak-0004Xd-Ov for qemu-devel@nongnu.org; Thu, 27 Mar 2008 19:33:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jf1ak-0004Xa-JO for qemu-devel@nongnu.org; Thu, 27 Mar 2008 19:33:06 -0400 Received: from mail.usask.ca ([128.233.192.250]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jf1ak-00020c-Cw for qemu-devel@nongnu.org; Thu, 27 Mar 2008 19:33:06 -0400 Received: from conversion-daemon.mail.usask.ca by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.18 (built Jul 3 2007)) id <0JYE00001XAV25@mail.usask.ca> (original mail from daron.chabot@usask.ca) for qemu-devel@nongnu.org; Thu, 27 Mar 2008 17:33:03 -0600 (CST) Received: from [10.51.20.54] ([128.233.135.192]) by mail.usask.ca (iPlanet Messaging Server 5.2 HotFix 2.18 (built Jul 3 2007)) with ESMTPSA id <0JYE00E9QXEYUX@mail.usask.ca> for qemu-devel@nongnu.org; Thu, 27 Mar 2008 17:32:58 -0600 (CST) Date: Thu, 27 Mar 2008 17:32:58 -0600 From: Daron Chabot Message-id: <47EC2EAA.5020808@usask.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Subject: [Qemu-devel] scrolling target console output Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu I tried posting this question on the qemu-forum list, but you folks probably know the answer better than anyone... I'm using qemu-0.9.1 to run the RTEMS operating system, and while it works fine, messages scroll off-screen before I have a chance to digest them. This is how I'm invoking qemu: qemu -no-reboot -boot n -hda ~/Desktop/eb-5.4.3-rtl8129.zrom -tftp /opt/rtems/i386-rtems/pc386/lib/rtems-4.7/tests -bootp /cdtest.exe If one accesses the qemu "monitor" console, off-screen messages can be accessed by ctrl-pageup/pagedown, so my question is: Is there a way to retrieve messages that have scrolled off-screen in the target "console" ? thx. -- dc