From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl6jx-0006Tf-1Z for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl6jo-0006uu-0z for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl6jn-0006up-OA for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:19 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA31lJsf013402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 2 Nov 2014 20:47:19 -0500 From: Fam Zheng Date: Mon, 3 Nov 2014 09:47:26 +0800 Message-Id: <1414979247-11194-4-git-send-email-famz@redhat.com> In-Reply-To: <1414979247-11194-1-git-send-email-famz@redhat.com> References: <1414979247-11194-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 RESEND 3/4] qapi-schema: Add version info for transaction types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , pbonzini@redhat.com, Markus Armbruster , Stefan Hajnoczi Signed-off-by: Fam Zheng --- qapi-schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 1ddd395..48ba583 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1256,6 +1256,8 @@ # @transaction. # # Since 1.1 +# drive-backup since 1.6 +# blockdev-snapshot-internal-sync since 1.7 # blockdev-backup since 2.3 ## { 'union': 'TransactionAction', -- 1.9.3