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/removed-features.rst | |
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/removed-features.rst')
-rw-r--r-- | docs/system/removed-features.rst | 7 |
1 files changed, 7 insertions, 0 deletions
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 ------------------------------------- |