From nobody Wed May 15 01:26:48 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1652170986; cv=none; d=zohomail.com; s=zohoarc; b=Gd9+Km5ioxreqFTn2bxBUUCSgrj4C8imcvZ5TCNen/O1O8R6KTe1TZH/SXbZRhN5f7Mlb/DxBu8YmlkWkW5oYJJyOimdp6xAranBX2ARvqy5h6ylkmyztpkNaCafnoUT3VE3tPc7kZQT+//NecogjmTHXy9gY7mFttgtDFqJLEE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1652170986; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=g+mhDn9yX/zxJI87NKjYqJhXIsf6BgjOGth604Atk+A=; b=cnH7BFSKUaBxbJFqlje3FpMZTG2QXbqk05n5EHAFVBvffoejUia+icgMYOxNxYLoRJZAzri4LzJs3Twn4AlyoZe/kV+OMWK1PiVhVPP2V0Pg1anzZD/7QGcsBw3I2heaEov9hvbtODBtRAVM2vccMb7DwEjGBWKFGmFsyToo+6g= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1652170986732348.5249636669332; Tue, 10 May 2022 01:23:06 -0700 (PDT) Received: from localhost ([::1]:37508 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1noL97-0006vS-Er for importer@patchew.org; Tue, 10 May 2022 04:23:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33034) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noL0z-0001p5-Ih for qemu-devel@nongnu.org; Tue, 10 May 2022 04:14:41 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:29650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noL0w-0005fs-VD for qemu-devel@nongnu.org; Tue, 10 May 2022 04:14:40 -0400 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-626-QUFCgzQYOlmnnBecmWQSdg-1; Tue, 10 May 2022 04:14:35 -0400 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 125D585A5BE; Tue, 10 May 2022 08:14:35 +0000 (UTC) Received: from blackfin.pond.sub.org (unknown [10.36.112.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E4DD64154C1; Tue, 10 May 2022 08:14:34 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id D432B21E6880; Tue, 10 May 2022 10:14:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652170478; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=g+mhDn9yX/zxJI87NKjYqJhXIsf6BgjOGth604Atk+A=; b=YUeQL3hSHaL+Rdl/xLo55FGHVtpXK61v08Vvyagl1+PKQP9/8svDKBkKVmiF8KcxHwS8XT AUYQ6vWQTxm/KQ3nNdpmBbIp9mnEeA7eFiuEed07yWvh7MZzKKhzIJU/Zj2tZV1V+EVV+Q lP0NK3JnM8EVWipaIM6ORswWsyjgNsE= X-MC-Unique: QUFCgzQYOlmnnBecmWQSdg-1 From: Markus Armbruster To: qemu-devel@nongnu.org Cc: michael.roth@amd.com, eblake@redhat.com Subject: [PATCH] qapi/pragma: Tidy up comments Date: Tue, 10 May 2022 10:14:33 +0200 Message-Id: <20220510081433.3289762-1-armbru@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9 Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=170.10.133.124; envelope-from=armbru@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.082, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1652170988174100001 Content-Type: text/plain; charset="utf-8" Commit 05ebf841ef "qapi: Enforce command naming rules" inserted new code between a comment and the code it applies to. Move the comment back to its code, and add one for the new code. Signed-off-by: Markus Armbruster --- qapi/pragma.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qapi/pragma.json b/qapi/pragma.json index e6a021c19c..7f810b0e97 100644 --- a/qapi/pragma.json +++ b/qapi/pragma.json @@ -6,7 +6,7 @@ # Whitelists to permit QAPI rule violations; think twice before you # add to them! { 'pragma': { - # Commands allowed to return a non-dictionary: + # Command names containing '_' 'command-name-exceptions': [ 'add_client', 'block_resize', @@ -24,6 +24,7 @@ 'system_powerdown', 'system_reset', 'system_wakeup' ], + # Commands allowed to return a non-dictionary 'command-returns-exceptions': [ 'human-monitor-command', 'qom-get', --=20 2.35.1