From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20Wb-0001ZT-Rm for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:35:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y20WV-0002o0-Jp for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:35:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y20WV-0002nn-7I for qemu-devel@nongnu.org; Fri, 19 Dec 2014 11:35:27 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBJGZQ60012094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 19 Dec 2014 11:35:26 -0500 From: Kevin Wolf Date: Fri, 19 Dec 2014 17:35:05 +0100 Message-Id: <1419006909-1781-16-git-send-email-kwolf@redhat.com> In-Reply-To: <1419006909-1781-1-git-send-email-kwolf@redhat.com> References: <1419006909-1781-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 15/19] qapi: Comment version info in TransactionAction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com From: Fam Zheng Signed-off-by: Fam Zheng Reviewed-by: Eric Blake Reviewed-by: Max Reitz Reviewed-by: Markus Armbruster Message-id: 1418899027-8445-2-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- qapi-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 563b4ad..47d99cf 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1254,6 +1254,12 @@ # # A discriminated record of operations that can be performed with # @transaction. +# +# Since 1.1 +# +# drive-backup since 1.6 +# abort since 1.6 +# blockdev-snapshot-internal-sync since 1.7 ## { 'union': 'TransactionAction', 'data': { -- 1.8.3.1