Searched hist:"3090 c980ed06e666a4b394fdb46284f220e091d1" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | bcm2835_rng.c | diff 3090c980ed06e666a4b394fdb46284f220e091d1 Thu Mar 14 17:56:52 CDT 2019 Richard Henderson <richard.henderson@linaro.org> hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofail
The random number is intended for use by the guest. As such, we should honor the -seed argument for reproducibility. Use the *_nofail routine instead of rolling our own error handling locally.
Reviewed-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|