From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HN6kN-00031C-D6 for qemu-devel@nongnu.org; Fri, 02 Mar 2007 07:20:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HN6kI-0002z2-Tu for qemu-devel@nongnu.org; Fri, 02 Mar 2007 07:20:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HN6kI-0002yz-MO for qemu-devel@nongnu.org; Fri, 02 Mar 2007 07:20:22 -0500 Received: from eastrmmtao105.cox.net ([68.230.240.47]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HN6kI-00037x-Ay for qemu-devel@nongnu.org; Fri, 02 Mar 2007 07:20:22 -0500 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao105.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070302122019.XMOW2213.eastrmmtao105.cox.net@eastrmimpo02.cox.net> for ; Fri, 2 Mar 2007 07:20:19 -0500 Message-ID: <20131972.1172838020043.JavaMail.root@eastrmwml08.mgt.cox.net> Date: Fri, 2 Mar 2007 7:20:20 -0500 From: Ben Taylor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Access to qemu-monitor on Solaris/Sparc host Reply-To: sol10x86@cox.net, 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 Was doing some testing on a sparc host, and found an interesting situation. Code is 0.9.0-CVS, and I start qemu on my Ultra 60 (guest is windows 98se). When I hit -2, I don't get the monitor. I've added some debugging to sdl.c, to try and figure out what is going on. Hitting --<2>, I see the following kbd_put_keyboard events kbd_put_keycode(29) # ctrl kbd_put_keycode(56) # alt kbd_put_keycode(3) # 2 kbd_put_keycode(131) # 2 | 0x80 The following key combinations get me interesting places (Unfortunately my debugging didn't generate any specifics for these key combinations yet) -- goes to "serial0 console" -- goes to "parallel console" -- goes back to the graphical screen from "serial0 or parallel0" (Again is at the top of the second column of keys on the left side of a sun keyboard) However, if I run the client in a VNC session, I have no problem getting to the qemu monitor/console. Thoughts? Ben