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-users

[Xen-users] [PATCH] Add to select keyboard layout

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] [PATCH] Add to select keyboard layout
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Mon, 20 Nov 2006 16:21:54 +0100
Delivery-date: Mon, 20 Nov 2006 07:36:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AccJezkW2p+8e4obSiGv+hGWJlO1VQDPFw5A
Thread-topic: [PATCH] Add to select keyboard layout
 

> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Kasai Takanori
> Sent: 16 November 2006 12:31
> To: xen-devel
> Subject: [Xen-devel] [PATCH] Add to select keyboard layout
> 
> Hi all,
> 
> We were testing on VTx domain.
> I found the keyboard used for HVM Domain(VTx and VTi) is not 
> able to selected.
> Because we can't use japanese keyboard(106) on Xen.
> This patch solve this problem.
> 
> To select the keymap, configuration file is defined as follows.
>   keymap='ja'
> 
> The input keymap is input as an option of qemu-dm.
>   qemu-dm -k ja
> 
> The configuration of the default keymap was deleted.
> Because default keymap is en-us in qemu-dm,
> it is not necessary to specify option.
> 
> /tools/ioemu/vnc.c
> -------
>    1328 int vnc_display_init(DisplayState *ds, int display, 
> int find_unused, 
> struct sockaddr_in *addr)
>    1329 {
>    ....
>    1345     if (!keyboard_layout)
>    1346         keyboard_layout = "en-us";
> 
> 
> The part of XenAPI was added referring to other options.
> If there is any problem, please let me know.
> 
> Best regards,
> Takanori Kasai
> 

Attachment: select_keymap.patch
Description: select_keymap.patch

Attachment: ATT4560804.txt
Description: ATT4560804.txt

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] [PATCH] Add to select keyboard layout, Petersson, Mats <=