summaryrefslogtreecommitdiffstats
path: root/docs/system/removed-features.rst
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-02-19 19:53:17 +0100
committerDaniel P. Berrangé2021-03-18 10:22:55 +0100
commitad1324e044240ae9fcf67e4c215481b7a35591b9 (patch)
tree98e4ae25852e5a4945ba3e4e328b3a627af87c2d /docs/system/removed-features.rst
parenthw/scsi: remove 'scsi-disk' device (diff)
downloadqemu-ad1324e044240ae9fcf67e4c215481b7a35591b9.tar.gz
qemu-ad1324e044240ae9fcf67e4c215481b7a35591b9.tar.xz
qemu-ad1324e044240ae9fcf67e4c215481b7a35591b9.zip
block: remove 'encryption_key_missing' flag from QAPI
This has been hardcoded to "false" since 2.10.0, since secrets required to unlock block devices are now always provided up front instead of using interactive prompts. Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.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.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/system/removed-features.rst b/docs/system/removed-features.rst
index 2d6ff6aaf6..eeff82b5ec 100644
--- a/docs/system/removed-features.rst
+++ b/docs/system/removed-features.rst
@@ -110,6 +110,16 @@ chardev client socket with ``wait`` option (removed in 6.0)
Character devices creating sockets in client mode should not specify
the 'wait' field, which is only applicable to sockets in server mode
+``query-named-block-nodes`` result ``encryption_key_missing`` (removed in 6.0)
+''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Removed with no replacement.
+
+``query-block`` result ``inserted.encryption_key_missing`` (removed in 6.0)
+'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
+
+Removed with no replacement.
+
Human Monitor Protocol (HMP) commands
-------------------------------------