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>
Showing
- crypto/secret_common.c 37 additions, 51 deletionscrypto/secret_common.c
- crypto/tlscredsanon.c 4 additions, 16 deletionscrypto/tlscredsanon.c
- crypto/tlscredspsk.c 4 additions, 16 deletionscrypto/tlscredspsk.c
- crypto/tlscredsx509.c 4 additions, 16 deletionscrypto/tlscredsx509.c
- docs/about/deprecated.rst 0 additions, 10 deletionsdocs/about/deprecated.rst
- docs/about/removed-features.rst 9 additions, 0 deletionsdocs/about/removed-features.rst
Loading
Please register or sign in to comment