diff options
-rw-r--r-- | qapi-schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 563b4ad98a..47d99cf9e7 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': { |