diff mbox

block: live snapshot documentation tweaks

Message ID 1348670069-4862-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Commit Message

Paolo Bonzini Sept. 26, 2012, 2:34 p.m. UTC
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 qapi-schema.json | 4 ++--
 1 file modificato, 2 inserzioni(+), 2 rimozioni(-)

Comments

Luiz Capitulino Sept. 27, 2012, 12:55 p.m. UTC | #1
On Wed, 26 Sep 2012 16:34:29 +0200
Paolo Bonzini <pbonzini@redhat.com> wrote:

> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Applied to the qmp branch, thanks.

> ---
>  qapi-schema.json | 4 ++--
>  1 file modificato, 2 inserzioni(+), 2 rimozioni(-)
> 
> diff --git a/qapi-schema.json b/qapi-schema.json
> index 8719a9d..26ac21f 100644
> --- a/qapi-schema.json
> +++ b/qapi-schema.json
> @@ -1402,7 +1402,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',
> @@ -1456,7 +1456,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
diff mbox

Patch

diff --git a/qapi-schema.json b/qapi-schema.json
index 8719a9d..26ac21f 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1402,7 +1402,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',
@@ -1456,7 +1456,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