From patchwork Fri Jan 15 16:50:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 8043281 Return-Path: X-Original-To: patchwork-qemu-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A561FBEEE5 for ; Fri, 15 Jan 2016 16:51:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 21D9F2044B for ; Fri, 15 Jan 2016 16:51:07 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E038A20461 for ; Fri, 15 Jan 2016 16:51:05 +0000 (UTC) Received: from localhost ([::1]:48052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7ab-0005jJ-Ci for patchwork-qemu-devel@patchwork.kernel.org; Fri, 15 Jan 2016 11:51:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7aO-0005ZS-CO for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK7aK-00088s-VO for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:50:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK7aK-00088n-Qg for qemu-devel@nongnu.org; Fri, 15 Jan 2016 11:50:48 -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 62957552E6; Fri, 15 Jan 2016 16:50:48 +0000 (UTC) Received: from blackfin.pond.sub.org ([10.3.113.3]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0FGokqg017211 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 15 Jan 2016 11:50:47 -0500 Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id E3B84303F81B; Fri, 15 Jan 2016 17:50:45 +0100 (CET) From: Markus Armbruster To: Gerd Hoffmann References: <1452601779-5790-1-git-send-email-kraxel@redhat.com> <1452601779-5790-5-git-send-email-kraxel@redhat.com> Date: Fri, 15 Jan 2016 17:50:45 +0100 In-Reply-To: <1452601779-5790-5-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 12 Jan 2016 13:29:37 +0100") Message-ID: <8737ty23dm.fsf@blackfin.pond.sub.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Peter Maydell , "Michael S. Tsirkin" , Marcelo Tosatti , qemu-devel@nongnu.org, Luiz Capitulino , Andreas =?utf-8?Q?F=C3=A4rber?= Subject: Re: [Qemu-devel] [PATCH 5/7] qapi: rename input buttons X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 = [ 'CpuInfoMIPS', # PC, visible through query-cpu 'CpuInfoTricore', # PC, visible through query-cpu 'InputAxis', # TODO: drop when x-input-send-event is fixed - 'InputButton', # 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