Re: [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys

2016-03-01 Thread Gerd Hoffmann
> > Please update the documentation in the comment too, so we keep track of > > which keys where added in which release. > > > > Otherwise it's fine. > > > > thanks, > > Gerd > > > > Is this what you mean: > > # 'unmapped' and 'pause' since 2.0 > # 'ro' and 'kp_comma' since 2.4 > # 'kp_equals

Re: [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys

2016-03-01 Thread Eric Blake
On 03/01/2016 03:33 PM, Programmingkid wrote: > > On Mar 1, 2016, at 5:23 PM, Gerd Hoffmann wrote: > >> On Di, 2016-03-01 at 17:04 -0500, Programmingkid wrote: >>> Add kp_equals and power keys support to the QKeyCode enum of keys. >> >> Please update the documentation in the comment too, so we ke

Re: [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys

2016-03-01 Thread Programmingkid
On Mar 1, 2016, at 5:23 PM, Gerd Hoffmann wrote: > On Di, 2016-03-01 at 17:04 -0500, Programmingkid wrote: >> Add kp_equals and power keys support to the QKeyCode enum of keys. > > Please update the documentation in the comment too, so we keep track of > which keys where added in which release.

Re: [Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys

2016-03-01 Thread Gerd Hoffmann
On Di, 2016-03-01 at 17:04 -0500, Programmingkid wrote: > Add kp_equals and power keys support to the QKeyCode enum of keys. Please update the documentation in the comment too, so we keep track of which keys where added in which release. Otherwise it's fine. thanks, Gerd

[Qemu-devel] [PATCH] qapi-schema.json: Add kp_equals and power keys

2016-03-01 Thread Programmingkid
Add kp_equals and power keys support to the QKeyCode enum of keys. Signed-off-by: John Arbuckle --- qapi-schema.json |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qapi-schema.json b/qapi-schema.json index 8d04897..d63b17a 100644 --- a/qapi-schema.json +++ b/qapi-sche