]> git.proxmox.com Git - mirror_qemu.git/commit
rng: make opened property read-only
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 9 May 2022 09:46:03 +0000 (11:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 14 May 2022 10:33:44 +0000 (12:33 +0200)
commit6e577937485080f2dcebc6a3e5a4a9e8db841762
treecdcdfb5548f3616d103273a97a497e39279ffcd3
parent0310641c06dd5f7ea031b2b6170cb2edc63e4cea
rng: make opened property read-only

The ``opened=on`` option in the command line or QMP ``object-add`` either had
no effect (if ``opened`` was the last option) or caused errors.  The property
is therefore useless and was deprecated in 6.0; make it read-only now.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
backends/rng.c
docs/about/deprecated.rst
docs/about/removed-features.rst