diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2021-02-19 19:19:54 +0000 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2021-03-18 09:22:55 +0000 |
commit | 81cbfd5088690c53541ffd0d74851c8ab055a829 (patch) | |
tree | 6bc7736b733cb05c4d24f5383f568c0ec79d3aae /docs | |
parent | ad1324e044240ae9fcf67e4c215481b7a35591b9 (diff) |
block: remove dirty bitmaps 'status' field
The same information is available via the 'recording' and 'busy' fields.
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/deprecated.rst | 7 | ||||
-rw-r--r-- | docs/system/removed-features.rst | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/system/deprecated.rst b/docs/system/deprecated.rst index d6051ef6b4..eadba0f288 100644 --- a/docs/system/deprecated.rst +++ b/docs/system/deprecated.rst @@ -198,13 +198,6 @@ Use arguments ``base-node`` and ``top-node`` instead. Specify the properties for the object as top-level arguments instead. -``query-named-block-nodes`` and ``query-block`` result dirty-bitmaps[i].status (since 4.0) -'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -The ``status`` field of the ``BlockDirtyInfo`` structure, returned by -these commands is deprecated. Two new boolean fields, ``recording`` and -``busy`` effectively replace it. - ``query-block`` result field ``dirty-bitmaps`` (Since 4.2) '''''''''''''''''''''''''''''''''''''''''''''''''''''''''' diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst index eeff82b5ec..47fdfe6f72 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -120,6 +120,13 @@ Removed with no replacement. Removed with no replacement. +``query-named-block-nodes`` and ``query-block`` result dirty-bitmaps[i].status (removed in 6.0) +''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + +The ``status`` field of the ``BlockDirtyInfo`` structure, returned by +these commands is removed. Two new boolean fields, ``recording`` and +``busy`` effectively replace it. + Human Monitor Protocol (HMP) commands ------------------------------------- |