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>
This commit is contained in:
parent
c4237dfa63
commit
b7b9d39a7a
|
@ -1254,6 +1254,12 @@
|
||||||
#
|
#
|
||||||
# A discriminated record of operations that can be performed with
|
# A discriminated record of operations that can be performed with
|
||||||
# @transaction.
|
# @transaction.
|
||||||
|
#
|
||||||
|
# Since 1.1
|
||||||
|
#
|
||||||
|
# drive-backup since 1.6
|
||||||
|
# abort since 1.6
|
||||||
|
# blockdev-snapshot-internal-sync since 1.7
|
||||||
##
|
##
|
||||||
{ 'union': 'TransactionAction',
|
{ 'union': 'TransactionAction',
|
||||||
'data': {
|
'data': {
|
||||||
|
|
Loading…
Reference in New Issue