commit | 0310641c06dd5f7ea031b2b6170cb2edc63e4cea | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 09 11:42:23 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat May 14 12:33:44 2022 +0200 |
tree | c3eb75d01a2e96b3bacec202be35a3b1cc882bbb | |
parent | c3c67679f65903b7d1fe25da8fc4e163878ab2b9 [diff] |
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>