All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add keymap to vfb config for hvm guests
@ 2009-10-26 15:27 Jim Fehlig
  0 siblings, 0 replies; only message in thread
From: Jim Fehlig @ 2009-10-26 15:27 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

vfb config for pv guests includes the keymap setting, e.g.

  (vfb
    (vncunused 1)
    (keymap en-gb)
    ...
  )

For consistency, this patch adds keymap to vfb config for hvm guests as
well.

Regards,
Jim

[-- Attachment #2: hvm-keymap.patch --]
[-- Type: text/x-patch, Size: 641 bytes --]

diff -r 8ca4e32583b6 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py	Fri Oct 23 10:15:17 2009 +0100
+++ b/tools/python/xen/xend/XendConfig.py	Mon Oct 26 09:26:12 2009 -0600
@@ -901,7 +901,7 @@
                 dev_config.append(['vnc', '1'])
                 # copy VNC related params from platform config to vfb dev conf
                 for key in ['vncpasswd', 'vncunused', 'vncdisplay',
-                            'vnclisten']:
+                            'vnclisten', 'keymap']:
                     if key in self['platform']:
                         dev_config.append([key, self['platform'][key]])
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-26 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 15:27 [PATCH] Add keymap to vfb config for hvm guests Jim Fehlig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.