Re: [libvirt] [PATCH] vz: allow only en-us keymap for VNC

2015-11-19 Thread Dmitry Guryanov
On Wed, 2015-11-18 at 18:19 +0300, Mikhail Feoktistov wrote: > In virtuozzo we support only en-us keymap for VMs and containers. > If keymap is specified than check that it's en-us, otherwise > show error message. I thought we've done it already. ACKed and pushed. > --- >  src/vz/vz_sdk.c | 7

[libvirt] [PATCH] vz: allow only en-us keymap for VNC

2015-11-18 Thread Mikhail Feoktistov
In virtuozzo we support only en-us keymap for VMs and containers. If keymap is specified than check that it's en-us, otherwise show error message. --- src/vz/vz_sdk.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/vz/vz_sdk.c b/src/vz/vz_sdk.c index