From: Ben Taylor <sol10x86@cox.net>
To: Qemu-devel@nongnu.org
Subject: [Qemu-devel] Access to qemu-monitor on Solaris/Sparc host
Date: Fri, 2 Mar 2007 7:20:20 -0500 [thread overview]
Message-ID: <20131972.1172838020043.JavaMail.root@eastrmwml08.mgt.cox.net> (raw)
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 <ctrl-alt>-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 <ctrl>-<alt>-<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)
<ctrl>-<alt>-<F1> goes to "serial0 console"
<ctrl>-<alt>-<F2> goes to "parallel console"
<ctrl>-<alt>-<AGAIN> 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
reply other threads:[~2007-03-02 12:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131972.1172838020043.JavaMail.root@eastrmwml08.mgt.cox.net \
--to=sol10x86@cox.net \
--cc=Qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).