From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1E5G-0001QP-Gy for qemu-devel@nongnu.org; Wed, 17 Dec 2014 07:52:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1E5A-0003j4-Bo for qemu-devel@nongnu.org; Wed, 17 Dec 2014 07:52:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1E5A-0003iz-53 for qemu-devel@nongnu.org; Wed, 17 Dec 2014 07:52:00 -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 sBHCpxb2031108 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 17 Dec 2014 07:51:59 -0500 From: Fam Zheng Date: Wed, 17 Dec 2014 20:51:40 +0800 Message-Id: <1418820703-17179-2-git-send-email-famz@redhat.com> In-Reply-To: <1418820703-17179-1-git-send-email-famz@redhat.com> References: <1418820703-17179-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v5 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 --- 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