diff options
author | Daniel P. Berrangé | 2021-02-19 20:19:54 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2021-03-18 10:22:55 +0100 |
commit | 81cbfd5088690c53541ffd0d74851c8ab055a829 (patch) | |
tree | 6bc7736b733cb05c4d24f5383f568c0ec79d3aae /docs/system | |
parent | block: remove 'encryption_key_missing' flag from QAPI (diff) | |
download | qemu-81cbfd5088690c53541ffd0d74851c8ab055a829.tar.gz qemu-81cbfd5088690c53541ffd0d74851c8ab055a829.tar.xz qemu-81cbfd5088690c53541ffd0d74851c8ab055a829.zip |
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/system')
-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 ------------------------------------- |