|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] [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
>
select_keymap.patch
Description: select_keymap.patch
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 <=
|
|
|
|
|