diff options
author | Alberto Garcia <berto@igalia.com> | 2015-10-26 14:27:14 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-11-11 16:25:47 +0100 |
commit | a911e6ae7ce47d51b519d462c1d99d53b37b0f8c (patch) | |
tree | aa128c742f265b7f0d56e6c5d0eb37ac59fff5b4 /qapi-schema.json | |
parent | a39a24fbb05055d00026eb569ff3f7b868ca8785 (diff) | |
download | qemu-a911e6ae7ce47d51b519d462c1d99d53b37b0f8c.zip |
block: rename BlockdevSnapshot to BlockdevSnapshotSync
We will introduce the 'blockdev-snapshot' command that will require
its own struct for the parameters, so we need to rename this one in
order to avoid name clashes.
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 691200e16a..04a01b1247 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -1548,7 +1548,7 @@ ## { 'union': 'TransactionAction', 'data': { - 'blockdev-snapshot-sync': 'BlockdevSnapshot', + 'blockdev-snapshot-sync': 'BlockdevSnapshotSync', 'drive-backup': 'DriveBackup', 'blockdev-backup': 'BlockdevBackup', 'abort': 'Abort', |