WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Handling Key Sequence

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Handling Key Sequence
From: nicko.koinkoin@xxxxxxx
Date: Mon, 18 Sep 2006 16:33:34 +0200
Delivery-date: Mon, 18 Sep 2006 07:33:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Internet Messaging Program (IMP) 3.2.5

Hi everybody !

I am using xen-2.0.7, and wondered where, in the source code, is located
the lines that fetch the key sequence "Ctrl ]" that escape from the connected
Xen virtual console.
Indeed I want to add another key sequence. I spent a long time to search where
it is located in the code, without success. So if someone know where it is, I
will appreciate a lot :).

I searched in most of files of Xend, because I think that keyboard interrupts
are always forwarded by xen to dom0, even if the active console is owned by a
domU. Then I think that the "real" keyboard driver forwarded the scan code or
ASCII code to Xend, which sends them to the active console. And maybe before
sending the ASCII codes it checks if the key sequence is "Ctrl ]" and switch
console. Am I right ?

So where are these lines that check the key sequence and switch console ?

Thanks.

--
Nicolas CLERMONT

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>