qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 05/16] qapi/block-core: Clean up after removal of dirty bitma


From: John Snow
Subject: Re: [PATCH 05/16] qapi/block-core: Clean up after removal of dirty bitmap @status
Date: Tue, 11 Apr 2023 16:56:46 -0400

On Tue, Apr 4, 2023 at 7:59 AM Markus Armbruster <armbru@redhat.com> wrote:
>
> Commit 81cbfd50886 (block: remove dirty bitmaps 'status' field)
> removed deprecated BlockDirtyInfo member @status.  It neglected to
> remove references to its enumeration values from the documentation of
> its replacements.  Do that now.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  qapi/block-core.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/block-core.json b/qapi/block-core.json
> index 75f7c62405..eeb2ed3f16 100644
> --- a/qapi/block-core.json
> +++ b/qapi/block-core.json
> @@ -582,11 +582,11 @@
>  # @granularity: granularity of the dirty bitmap in bytes (since 1.4)
>  #
>  # @recording: true if the bitmap is recording new writes from the guest.
> -#             Replaces ``active`` and ``disabled`` statuses. (since 4.0)
> +#             (since 4.0)
>  #
>  # @busy: true if the bitmap is in-use by some operation (NBD or jobs)
>  #        and cannot be modified via QMP or used by another operation.
> -#        Replaces ``locked`` and ``frozen`` statuses. (since 4.0)
> +#        (since 4.0)
>  #
>  # @persistent: true if the bitmap was stored on disk, is scheduled to be 
> stored
>  #              on disk, or both. (since 4.0)
> --
> 2.39.2
>

Reviewed-By: John Snow <jsnow@redhat.com>




reply via email to

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