From 01df51432e6d22adcc23ccc989432b53d6bc9126 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 12 Jan 2016 12:34:20 +0100 Subject: qapi: rename InputAxis values. Lowercase them. Signed-off-by: Gerd Hoffmann Reviewed-by: Daniel P. Berrange Reviewed-by: Markus Armbruster Reviewed-by: Eric Blake --- scripts/qapi.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/qapi.py b/scripts/qapi.py index 941d7c9..18adca7 100644 --- a/scripts/qapi.py +++ b/scripts/qapi.py @@ -66,7 +66,6 @@ case_whitelist = [ 'CpuInfoBase', # CPU, visible through query-cpu 'CpuInfoMIPS', # PC, visible through query-cpu 'CpuInfoTricore', # PC, visible through query-cpu - 'InputAxis', # TODO: drop when x-input-send-event is fixed 'QapiErrorClass', # all members, visible through errors 'UuidInfo', # UUID, visible through query-uuid 'X86CPURegister32', # all members, visible indirectly through qom-get -- cgit v1.1