summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-09-26 16:34:29 +0200
committerLuiz Capitulino <lcapitulino@redhat.com>2012-09-27 09:53:17 -0300
commit8bde9b6f8892c15e46e1f37a37ac038313be4d58 (patch)
tree5f8c882b3e8d8eb32932eb8c83eb59b7db3a7e23 /qapi-schema.json
parent9d537c9019e6a05713b44900c78447a0cfb06567 (diff)
downloadqemu-8bde9b6f8892c15e46e1f37a37ac038313be4d58.tar.gz
block: live snapshot documentation tweaks
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 28d8815df8..f4c21855cf 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1399,7 +1399,7 @@
# @format: #optional the format of the snapshot image, default is 'qcow2'.
#
# @mode: #optional whether and how QEMU should create a new image, default is
-# 'absolute-paths'.
+# 'absolute-paths'.
##
{ 'type': 'BlockdevSnapshot',
'data': { 'device': 'str', 'snapshot-file': 'str', '*format': 'str',
@@ -1453,7 +1453,7 @@
# @format: #optional the format of the snapshot image, default is 'qcow2'.
#
# @mode: #optional whether and how QEMU should create a new image, default is
-# 'absolute-paths'.
+# 'absolute-paths'.
#
# Returns: nothing on success
# If @device is not a valid block device, DeviceNotFound