From b7b9d39a7a5bd3a7fe5968b7780c9868c3210a4d Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 18 Dec 2014 18:37:04 +0800 Subject: [PATCH] qapi: Comment version info in TransactionAction 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.7.4