]> git.proxmox.com Git - mirror_qemu.git/commit - docs/about/deprecated.rst
hw/arm/virt: dt: add rng-seed property
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 7 Jul 2022 10:36:07 +0000 (11:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Jul 2022 10:36:07 +0000 (11:36 +0100)
commit5242876f37ca21017e3f6eafbaefaa174babd9b7
treeb2796f67327a160153dc7fd5de8e905780a00996
parent8e9398e3b1a860b8c29c670c1b6c36afe8d87849
hw/arm/virt: dt: add rng-seed property

In 60592cfed2 ("hw/arm/virt: dt: add kaslr-seed property"), the
kaslr-seed property was added, but the equally as important rng-seed
property was forgotten about, which has identical semantics for a
similar purpose. This commit implements it in exactly the same way as
kaslr-seed. It then changes the name of the disabling option to reflect
that this has more to do with randomness vs determinism, rather than
something particular about kaslr.

Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
[PMM: added deprecated.rst section for the deprecation]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/about/deprecated.rst
docs/system/arm/virt.rst
hw/arm/virt.c
include/hw/arm/virt.h