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

Re: [Xen-devel] Handling Key Sequence

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Handling Key Sequence
From: nicko.koinkoin@xxxxxxx
Date: Mon, 18 Sep 2006 17:00:58 +0200
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Sep 2006 08:02:18 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C1347061.15C4%Keir.Fraser@xxxxxxxxxxxx>
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>
References: <C1347061.15C4%Keir.Fraser@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Internet Messaging Program (IMP) 3.2.5
First thanks for your quick answer. Unfortunately, I think we don't talk about
the same version of xen. Indeed, I do not have tools/console/, and a
grep -r "ESCAPE_CHARACTER" xen-2.0/    doesn't find anything.

So if anyone else has another advice...

thanks again.

>
> tools/console/client/main.c
>
> Look for ESCAPE_CHARACTER.
>
>  -- Keir
>
>
> On 18/9/06 15:33, "nicko.koinkoin@xxxxxxx" <nicko.koinkoin@xxxxxxx> wrote:
>
> >
> >
> > 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
>
>
>



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

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