Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-27 Thread Jason A. Donenfeld
Hi Richard, On Tue, Jul 26, 2022 at 08:13:09PM -0700, Richard Henderson wrote: > On 7/26/22 18:49, Jason A. Donenfeld wrote: > > Hi Edgar, > > > > On Thu, Jul 21, 2022 at 8:43 PM Edgar E. Iglesias > > wrote: > >> Ah OK, Paolo, it would be great if you would take this via your tree! > > > > It l

Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-26 Thread Richard Henderson
On 7/26/22 18:49, Jason A. Donenfeld wrote: Hi Edgar, On Thu, Jul 21, 2022 at 8:43 PM Edgar E. Iglesias wrote: Ah OK, Paolo, it would be great if you would take this via your tree! It looks like Paolo never did this. So you might want to queue this somewhere, or bug him to take it, or someth

Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-26 Thread Jason A. Donenfeld
Hi Edgar, On Thu, Jul 21, 2022 at 8:43 PM Edgar E. Iglesias wrote: > Ah OK, Paolo, it would be great if you would take this via your tree! It looks like Paolo never did this. So you might want to queue this somewhere, or bug him to take it, or something. I don't know how this works with 7.1-rc0

Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-21 Thread Edgar E. Iglesias
On Thu, Jul 21, 2022, 6:44 PM Jason A. Donenfeld wrote: > Hey Edgar, > > On Wed, Jul 20, 2022 at 9:13 AM Edgar E. Iglesias > wrote: > > > > > > On Tue, Jul 19, 2022 at 2:23 PM Jason A. Donenfeld > wrote: > >> > >> If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to > >> init

Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-21 Thread Jason A. Donenfeld
Hey Edgar, On Wed, Jul 20, 2022 at 9:13 AM Edgar E. Iglesias wrote: > > > On Tue, Jul 19, 2022 at 2:23 PM Jason A. Donenfeld wrote: >> >> If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to >> initialize early. Set this using the usual guest random number >> generation functi

Re: [PATCH] hw/microblaze: pass random seed to fdt

2022-07-20 Thread Edgar E. Iglesias
On Tue, Jul 19, 2022 at 2:23 PM Jason A. Donenfeld wrote: > If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to > initialize early. Set this using the usual guest random number > generation function. This FDT node is part of the DT specification. > Reviewed-by: Edgar E. Igles

[PATCH] hw/microblaze: pass random seed to fdt

2022-07-19 Thread Jason A. Donenfeld
If the FDT contains /chosen/rng-seed, then the Linux RNG will use it to initialize early. Set this using the usual guest random number generation function. This FDT node is part of the DT specification. Cc: Edgar E. Iglesias Signed-off-by: Jason A. Donenfeld --- hw/microblaze/boot.c | 5 +