Re: [libvirt PATCH] keycodemapdb: update submodule for win32 keycode fix

2020-05-06 Thread Laine Stump
On 5/5/20 8:58 AM, Daniel P. Berrangé wrote: Fix win32 keycode for VK_OEM_102 Signed-off-by: Daniel P. Berrangé --- src/keycodemapdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keycodemapdb b/src/keycodemapdb index 317d3eeb96..27acf0ef82 16 --- a/src/keycodema

[libvirt PATCH] keycodemapdb: update submodule for win32 keycode fix

2020-05-05 Thread Daniel P . Berrangé
Fix win32 keycode for VK_OEM_102 Signed-off-by: Daniel P. Berrangé --- src/keycodemapdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keycodemapdb b/src/keycodemapdb index 317d3eeb96..27acf0ef82 16 --- a/src/keycodemapdb +++ b/src/keycodemapdb @@ -1 +1 @@ -Subprojec

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Daniel P . Berrangé
On Mon, Mar 12, 2018 at 04:03:59PM +0100, Andrea Bolognani wrote: > On Mon, 2018-03-12 at 14:58 +, Daniel P. Berrangé wrote: > > On Mon, Mar 12, 2018 at 03:53:09PM +0100, Andrea Bolognani wrote: > > > On Mon, 2018-03-12 at 14:46 +, Daniel P. Berrangé wrote: > > > > > The build system doesn'

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Andrea Bolognani
On Mon, 2018-03-12 at 14:58 +, Daniel P. Berrangé wrote: > On Mon, Mar 12, 2018 at 03:53:09PM +0100, Andrea Bolognani wrote: > > On Mon, 2018-03-12 at 14:46 +, Daniel P. Berrangé wrote: > > > > The build system doesn't get refreshed automatically after this > > > > change, so it's still try

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Daniel P . Berrangé
On Mon, Mar 12, 2018 at 03:53:09PM +0100, Andrea Bolognani wrote: > On Mon, 2018-03-12 at 14:46 +, Daniel P. Berrangé wrote: > > > The build system doesn't get refreshed automatically after this > > > change, so it's still trying to generate virkeycodetable_rfb.h > > > and failing because the c

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Andrea Bolognani
On Mon, 2018-03-12 at 14:46 +, Daniel P. Berrangé wrote: > > The build system doesn't get refreshed automatically after this > > change, so it's still trying to generate virkeycodetable_rfb.h > > and failing because the current version of keymap-gen doesn't know > > about it. > > Perhaps it wo

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Daniel P . Berrangé
On Mon, Mar 12, 2018 at 03:30:33PM +0100, Andrea Bolognani wrote: > On Mon, 2018-03-12 at 14:00 +, Daniel P. Berrangé wrote: > > On Mon, Mar 12, 2018 at 02:29:49PM +0100, Andrea Bolognani wrote: > > > This time around it's not enough to just pick the latest commit, > > > because with aed87bb2aa

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Andrea Bolognani
On Mon, 2018-03-12 at 14:00 +, Daniel P. Berrangé wrote: > On Mon, Mar 12, 2018 at 02:29:49PM +0100, Andrea Bolognani wrote: > > This time around it's not enough to just pick the latest commit, > > because with aed87bb2aa6ed83b49574eb982e3bdd4c36acf17 keycodemapdb > > renamed the 'rfb' keycode

Re: [libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Daniel P . Berrangé
On Mon, Mar 12, 2018 at 02:29:49PM +0100, Andrea Bolognani wrote: > This time around it's not enough to just pick the latest commit, > because with aed87bb2aa6ed83b49574eb982e3bdd4c36acf17 keycodemapdb > renamed the 'rfb' keycode to 'qnum' and we need to accept the new > name while maintaining back

[libvirt] [PATCH] keycodemapdb: Update submodule

2018-03-12 Thread Andrea Bolognani
This time around it's not enough to just pick the latest commit, because with aed87bb2aa6ed83b49574eb982e3bdd4c36acf17 keycodemapdb renamed the 'rfb' keycode to 'qnum' and we need to accept the new name while maintaining backwards compatibility. Signed-off-by: Andrea Bolognani --- include/libvir