From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1qA-0000ho-1i for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1q9-00066e-16 for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1q8-000666-Qp for qemu-devel@nongnu.org; Tue, 13 Jan 2015 08:49:00 -0500 From: Stefan Hajnoczi Date: Tue, 13 Jan 2015 13:47:52 +0000 Message-Id: <1421156896-11599-15-git-send-email-stefanha@redhat.com> In-Reply-To: <1421156896-11599-1-git-send-email-stefanha@redhat.com> References: <1421156896-11599-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL v3 14/38] qapi: Comment version info in TransactionAction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Fam Zheng , Max Reitz 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': { -- 2.1.0