From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7b1-0006aV-I8 for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK7ay-0008Ik-Ca for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:51:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7ay-0008If-6a for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:51:28 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id C4D326E796 for ; Fri, 15 Jan 2016 16:51:27 +0000 (UTC) From: Markus Armbruster References: <1452601779-5790-1-git-send-email-kraxel@redhat.com> <1452601779-5790-6-git-send-email-kraxel@redhat.com> Date: Fri, 15 Jan 2016 17:51:25 +0100 In-Reply-To: <1452601779-5790-6-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 12 Jan 2016 13:29:38 +0100") Message-ID: <87wprazsz6.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 6/7] qapi: rename input axises List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Marcelo Tosatti , qemu-devel@nongnu.org Gerd Hoffmann writes: > Lowercase them. > > Signed-off-by: Gerd Hoffmann Please squash in: diff --git a/scripts/qapi.py b/scripts/qapi.py index 096fb24..4dcaf5a 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