diff options
| author | Fam Zheng | 2014-12-18 11:37:04 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi | 2015-01-13 12:47:56 +0100 |
| commit | b7b9d39a7a5bd3a7fe5968b7780c9868c3210a4d (patch) | |
| tree | 9e49a562b6841f1d8d3d351e31f19b523949e9b4 /qapi-schema.json | |
| parent | block: fix spoiling all dirty bitmaps by mirror and migration (diff) | |
| download | qemu-b7b9d39a7a5bd3a7fe5968b7780c9868c3210a4d.tar.gz qemu-b7b9d39a7a5bd3a7fe5968b7780c9868c3210a4d.tar.xz qemu-b7b9d39a7a5bd3a7fe5968b7780c9868c3210a4d.zip | |
qapi: Comment version info in TransactionAction
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1418899027-8445-2-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'qapi-schema.json')
| -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': { |
