diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-09 11:42:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-05-14 12:33:44 +0200 |
commit | 0310641c06dd5f7ea031b2b6170cb2edc63e4cea (patch) | |
tree | c3eb75d01a2e96b3bacec202be35a3b1cc882bbb /docs/about/deprecated.rst | |
parent | c3c67679f65903b7d1fe25da8fc4e163878ab2b9 (diff) | |
download | qemu-0310641c06dd5f7ea031b2b6170cb2edc63e4cea.zip qemu-0310641c06dd5f7ea031b2b6170cb2edc63e4cea.tar.gz qemu-0310641c06dd5f7ea031b2b6170cb2edc63e4cea.tar.bz2 |
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>
Diffstat (limited to 'docs/about/deprecated.rst')
-rw-r--r-- | docs/about/deprecated.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 44f52c1..2a022f2 100644 --- a/docs/about/deprecated.rst +++ b/docs/about/deprecated.rst @@ -99,16 +99,6 @@ other options have been processed. This will either have no effect (if ``opened`` was the last option) or cause errors. The property is therefore useless and should not be specified. -``loaded`` property of ``secret`` and ``secret_keyring`` objects (since 6.0) -'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' - -The only effect of specifying ``loaded=on`` in the command line or QMP -``object-add`` is that the secret is loaded immediately, possibly before all -other options have been processed. This will either have no effect (if -``loaded`` was the last option) or cause options to be effectively ignored as -if they were not given. The property is therefore useless and should not be -specified. - ``-display sdl,window_close=...`` (since 6.1) ''''''''''''''''''''''''''''''''''''''''''''' |