Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-28 Thread Eric Blake
On 07/27/2017 09:37 PM, Programmingkid wrote: > >> On Jul 27, 2017, at 10:55 AM, Eric Blake wrote: >> >> On 07/27/2017 09:51 AM, Programmingkid wrote: >> >> You forgot in-reply-to: and references: headers, meaning this was not >> threaded with your 0/2 patch. > > Git send-email doesn't work for

Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-28 Thread Daniel P. Berrange
On Thu, Jul 27, 2017 at 10:36:02PM -0400, Programmingkid wrote: > > > On Jul 27, 2017, at 10:54 AM, Daniel P. Berrange > > wrote: > > > > On Thu, Jul 27, 2017 at 10:51:33AM -0400, Programmingkid wrote: > >> There are now keyboards that have 19 function keys. This patch extends > >> QEMU so thes

Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-27 Thread Programmingkid
> On Jul 27, 2017, at 10:55 AM, Eric Blake wrote: > > On 07/27/2017 09:51 AM, Programmingkid wrote: > > You forgot in-reply-to: and references: headers, meaning this was not > threaded with your 0/2 patch. Git send-email doesn't work for me. It complains about missing Perl modules. > >> The

Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-27 Thread Programmingkid
> On Jul 27, 2017, at 10:54 AM, Daniel P. Berrange wrote: > > On Thu, Jul 27, 2017 at 10:51:33AM -0400, Programmingkid wrote: >> There are now keyboards that have 19 function keys. This patch extends >> QEMU so these function keys can be used. >> >> Signed-off-by: John Arbuckle >> --- >> qapi

Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-27 Thread Eric Blake
On 07/27/2017 09:51 AM, Programmingkid wrote: You forgot in-reply-to: and references: headers, meaning this was not threaded with your 0/2 patch. > There are now keyboards that have 19 function keys. This patch extends QEMU > so these function keys can be used. > > Signed-off-by: John Arbuckle

Re: [Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-27 Thread Daniel P. Berrange
On Thu, Jul 27, 2017 at 10:51:33AM -0400, Programmingkid wrote: > There are now keyboards that have 19 function keys. This patch extends > QEMU so these function keys can be used. > > Signed-off-by: John Arbuckle > --- > qapi-schema.json | 6 +- > ui/input-keymap.c | 4 > 2 files chan

[Qemu-devel] [PATCH 1/2] Add more function keys to QEMU

2017-07-27 Thread Programmingkid
There are now keyboards that have 19 function keys. This patch extends QEMU so these function keys can be used. Signed-off-by: John Arbuckle --- qapi-schema.json | 6 +- ui/input-keymap.c | 4 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schem