[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Add keymap to vfb config for hvm guests
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 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]]) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |