From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9zbE-0003rN-I3 for qemu-devel@nongnu.org; Wed, 22 Sep 2004 01:23:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9zbC-0003qr-Rh for qemu-devel@nongnu.org; Wed, 22 Sep 2004 01:23:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9zbC-0003qa-M3 for qemu-devel@nongnu.org; Wed, 22 Sep 2004 01:23:26 -0400 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9zUO-0004YU-8v for qemu-devel@nongnu.org; Wed, 22 Sep 2004 01:16:24 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C9zUM-0006hh-00 for ; Wed, 22 Sep 2004 07:16:22 +0200 Received: from amarseille-206-1-14-195.w81-49.abo.wanadoo.fr ([81.49.202.195]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2004 07:16:22 +0200 Received: from daimon55 by amarseille-206-1-14-195.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2004 07:16:22 +0200 From: Ronald Date: Wed, 22 Sep 2004 07:16:16 +0200 Message-ID: References: <000301c4a057$701c2c70$6600a8c0@cstreet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Monitor for Win32 in current source tree? Reply-To: daimon55@free.fr, 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 Le Tue, 21 Sep 2004 22:51:26 -0500, John Poplett a écrit : > Hi, all > > I downloaded yesterday's snapshot and built it with the mingw tools on > Windows XP. QEMU runs okay but I no longer get the monitor that was > present in 0.6.0. I see that new virtual console support was added and > that a virtual console is the default console device for the monitor. The > docs suggest that virtual consoles don't work for Win32, which would > explain why I no longer have a monitor. The qemu monitor is avaible by hitting ctrl-shift-f2, this works on win32 too. To go back to the normal display hit ctrl-shift-f1, there is the serial console accessible by ctrl-shift-f3.