On Fri, 30 Sept 2022 at 00:23, 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>
Hi; I've applied this series to target-arm.next (seems the easiest way to take it into the tree). I'm not super happy about the need to use qemu_register_reset(), but (as we discussed on irc) the amount of refactoring of the Rom blob code to do it some other way would be disproportionate, and this is no worse than some of the other implicit reset-order requirements we have already. (I may come back some day and see if there's a refactoring I like if I need to do some reset cleanup in future.) PS: if you could remember to send cover letters for multipatch patchsets, that helps our automated tooling. (I think this is why the series didn't show up in patchew, for instance.) thanks -- PMM