qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [Qemu-devel] [PATCH v22 24/30] qmp: add autoload parame


From: Markus Armbruster
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH v22 24/30] qmp: add autoload parameter to block-dirty-bitmap-add
Date: Fri, 07 Jul 2017 09:54:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Vladimir Sementsov-Ogievskiy <address@hidden> writes:

> Optional. Default is false.
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
> Signed-off-by: Denis V. Lunev <address@hidden>
> Reviewed-by: Max Reitz <address@hidden>
> Reviewed-by: John Snow <address@hidden>
> ---
>  blockdev.c           | 18 ++++++++++++++++--
>  qapi/block-core.json |  6 +++++-
>  2 files changed, 21 insertions(+), 3 deletions(-)
[...]
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 13f98ec146..5c42cc7790 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -1566,11 +1566,15 @@
>  #              Qcow2 disks support persistent bitmaps. Default is false for
>  #              block-dirty-bitmap-add. (Since: 2.10)
>  #
> +# @autoload: the bitmap will be automatically loaded when the image it is 
> stored
> +#            in is opened. This flag may only be specified for persistent
> +#            bitmaps. Default is false for block-dirty-bitmap-add. (Since: 
> 2.10)
> +#

Comments on PATCH 23 apply.

>  # Since: 2.4
>  ##
>  { 'struct': 'BlockDirtyBitmapAdd',
>    'data': { 'node': 'str', 'name': 'str', '*granularity': 'uint32',
> -            '*persistent': 'bool' } }
> +            '*persistent': 'bool', '*autoload': 'bool' } }
>  
>  ##
>  # @block-dirty-bitmap-add:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]