From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1YSg-0003bg-NE for qemu-devel@nongnu.org; Thu, 18 Dec 2014 05:37:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1YSW-0004QM-Hc for qemu-devel@nongnu.org; Thu, 18 Dec 2014 05:37:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1YSW-0004Pt-9q for qemu-devel@nongnu.org; Thu, 18 Dec 2014 05:37:28 -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 sBIAbR8U024278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 18 Dec 2014 05:37:27 -0500 From: Fam Zheng Date: Thu, 18 Dec 2014 18:37:04 +0800 Message-Id: <1418899027-8445-2-git-send-email-famz@redhat.com> In-Reply-To: <1418899027-8445-1-git-send-email-famz@redhat.com> References: <1418899027-8445-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v6 1/4] qapi: Comment version info in TransactionAction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , mreitz@redhat.com, Stefan Hajnoczi , jsnow@redhat.com Signed-off-by: Fam Zheng Reviewed-by: Eric Blake --- 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.9.3