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

2017-08-01 Thread Daniel P. Berrange
On Mon, Jul 31, 2017 at 03:44:36PM -0400, John Arbuckle 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 | 16 +++- > ui/input-keymap.c | 12 +

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

2017-07-31 Thread John Arbuckle
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 | 16 +++- ui/input-keymap.c | 12 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/qapi-sche