crypto: make loaded property read-only
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 May 2022 09:42:23 +0000 (11:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 14 May 2022 10:33:44 +0000 (12:33 +0200)
commit0310641c06dd5f7ea031b2b6170cb2edc63e4cea
treec3eb75d01a2e96b3bacec202be35a3b1cc882bbb
parentc3c67679f65903b7d1fe25da8fc4e163878ab2b9
crypto: make loaded property read-only

The ``loaded=on`` option in the command line or QMP ``object-add`` either had
no effect (if ``loaded`` was the last option) or caused options to be
effectively ignored as if they were not given.  The property is therefore
useless and was deprecated in 6.0; make it read-only now.

The patch is best reviewed with "-b".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
crypto/secret_common.c
crypto/tlscredsanon.c
crypto/tlscredspsk.c
crypto/tlscredsx509.c
docs/about/deprecated.rst
docs/about/removed-features.rst