Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-30 Thread Daniel P. Berrange
On Wed, Aug 23, 2017 at 04:45:36PM +0200, Gerd Hoffmann wrote: > Hi, >   > > > +(cd $source_path && git submodule update --init ui/keycodemapdb) > > > + > > > > Urgh, no, this won't work because of course you don't have to > > have a git checkout when running configure. > > > > Any suggestions

Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-23 Thread Gerd Hoffmann
Hi,   > > +(cd $source_path && git submodule update --init ui/keycodemapdb) > > + > > Urgh, no, this won't work because of course you don't have to > have a git checkout when running configure. > > Any suggestions on the "best" way to ensure that the ui/keycodemapdb > git submodule is always ch

Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-15 Thread Fam Zheng
On Tue, 08/15 11:53, Daniel P. Berrange wrote: > On Tue, Aug 15, 2017 at 06:47:22PM +0800, Fam Zheng wrote: > > On Tue, 08/15 11:04, Daniel P. Berrange wrote: > > > On Tue, Aug 15, 2017 at 10:36:04AM +0100, Daniel P. Berrange wrote: > > > > The https://gitlab.com/keycodemap/keycodemapdb/ repo conta

Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-15 Thread Daniel P. Berrange
On Tue, Aug 15, 2017 at 06:47:22PM +0800, Fam Zheng wrote: > On Tue, 08/15 11:04, Daniel P. Berrange wrote: > > On Tue, Aug 15, 2017 at 10:36:04AM +0100, Daniel P. Berrange wrote: > > > The https://gitlab.com/keycodemap/keycodemapdb/ repo contains a > > > data file mapping between all the different

Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-15 Thread Fam Zheng
On Tue, 08/15 11:04, Daniel P. Berrange wrote: > On Tue, Aug 15, 2017 at 10:36:04AM +0100, Daniel P. Berrange wrote: > > The https://gitlab.com/keycodemap/keycodemapdb/ repo contains a > > data file mapping between all the different scancode/keycode/keysym > > sets that are known, and a tool to aut

Re: [Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-15 Thread Daniel P. Berrange
On Tue, Aug 15, 2017 at 10:36:04AM +0100, Daniel P. Berrange wrote: > The https://gitlab.com/keycodemap/keycodemapdb/ repo contains a > data file mapping between all the different scancode/keycode/keysym > sets that are known, and a tool to auto-generate lookup tables for > different combinations.

[Qemu-devel] [PATCH v4 01/12] ui: add keycodemapdb repository as a GIT submodule

2017-08-15 Thread Daniel P. Berrange
The https://gitlab.com/keycodemap/keycodemapdb/ repo contains a data file mapping between all the different scancode/keycode/keysym sets that are known, and a tool to auto-generate lookup tables for different combinations. It is used by GTK-VNC, SPICE-GTK and libvirt for mapping keys. Using it in