Re: [Qemu-devel] [PATCH 5/7] qapi: rename input buttons

2016-01-15 Thread Markus Armbruster
Gerd Hoffmann writes: > All lowercase, use-dash instead of CamelCase. > > Signed-off-by: Gerd Hoffmann Please squash in: diff --git a/scripts/qapi.py b/scripts/qapi.py index 7dec611..096fb24 100644 --- a/scripts/qapi.py +++ b/scripts/qapi.py @@ -67,7 +67,6 @@ case_whitelist = [ 'CpuInfoMI

Re: [Qemu-devel] [PATCH 5/7] qapi: rename input buttons

2016-01-12 Thread Daniel P. Berrange
On Tue, Jan 12, 2016 at 01:29:37PM +0100, Gerd Hoffmann wrote: > All lowercase, use-dash instead of CamelCase. > > Signed-off-by: Gerd Hoffmann > --- > hw/input/hid.c | 4 ++-- > hw/input/ps2.c | 4 ++-- > hw/input/virtio-input-hid.c | 4 ++-- > monitor.c

[Qemu-devel] [PATCH 5/7] qapi: rename input buttons

2016-01-12 Thread Gerd Hoffmann
All lowercase, use-dash instead of CamelCase. Signed-off-by: Gerd Hoffmann --- hw/input/hid.c | 4 ++-- hw/input/ps2.c | 4 ++-- hw/input/virtio-input-hid.c | 4 ++-- monitor.c | 2 +- qapi-schema.json| 5 + qmp-commands.hx