block: remove 'encryption_key_missing' flag from QAPI
commitad1324e044240ae9fcf67e4c215481b7a35591b9
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Feb 2021 18:53:17 +0000 (19 18:53 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 18 Mar 2021 09:22:55 +0000 (18 09:22 +0000)
tree98e4ae25852e5a4945ba3e4e328b3a627af87c2d
parent879be3af49132d232602e0ca783ec9b4112530fa
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>
block/qapi.c
docs/system/deprecated.rst
docs/system/removed-features.rst
qapi/block-core.json
tests/qemu-iotests/184.out
tests/qemu-iotests/191.out
tests/qemu-iotests/273.out