On Fri, Sep 30, 2022 at 7:24 AM Jason A. Donenfeld <ja...@zx2c4.com> wrote: > > When the system reboots, the rng-seed that the FDT has should be > re-randomized, so that the new boot gets a new seed. Several > architectures require this functionality, so export a function for > injecting a new seed into the given FDT. > > Cc: Alistair Francis <alistair.fran...@wdc.com> > Cc: David Gibson <da...@gibson.dropbear.id.au> > Signed-off-by: Jason A. Donenfeld <ja...@zx2c4.com> > --- > include/sysemu/device_tree.h | 9 +++++++++ > softmmu/device_tree.c | 21 +++++++++++++++++++++ > 2 files changed, 30 insertions(+) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>