From patchwork Tue Dec 6 16:03:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eric Blake X-Patchwork-Id: 703234 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 ozlabs.org (Postfix) with ESMTPS id 3tY60B751dz9vgx for ; Wed, 7 Dec 2016 03:04:57 +1100 (AEDT) Received: from localhost ([::1]:32983 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEIEe-00054m-Aq for incoming@patchwork.ozlabs.org; Tue, 06 Dec 2016 11:04:52 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cEIDu-00046c-6D for qemu-devel@nongnu.org; Tue, 06 Dec 2016 11:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cEIDt-0001tI-EK for qemu-devel@nongnu.org; Tue, 06 Dec 2016 11:04:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42776) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cEIDj-0001qR-Ic; Tue, 06 Dec 2016 11:03:55 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 92E47C050920; Tue, 6 Dec 2016 16:03:53 +0000 (UTC) Received: from red.redhat.com ([10.10.66.44]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB6G3qiI003585; Tue, 6 Dec 2016 11:03:52 -0500 From: Eric Blake To: qemu-devel@nongnu.org Date: Tue, 6 Dec 2016 10:03:45 -0600 Message-Id: <20161206160345.22425-1-eblake@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 06 Dec 2016 16:03:53 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH for-2.8] qapi: Document DEVICE_TRAY_MOVED addition X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kwolf@redhat.com, armbru@redhat.com, qemu-block@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Commit 2d76e72 failed to add a versioning tag to 'id'. I audited all qapi*.json files from v2.7.0 to the current state of the tree, and didn't find any other additions where we failed to use a version tag. Signed-off-by: Eric Blake Reviewed-by: Marc-André Lureau --- Doc-only, so safe for 2.8. But we're also close enough to -rc3 that I'm fine if it has to go in later via -stable. qapi/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/block.json b/qapi/block.json index 937df05..8e9f590 100644 --- a/qapi/block.json +++ b/qapi/block.json @@ -199,7 +199,7 @@ # reasons, but it can be empty ("") if the image does not # have a device name associated. # -# @id: The name or QOM path of the guest device +# @id: The name or QOM path of the guest device (since 2.8) # # @tray-open: true if the tray has been opened or false if it has been closed #