Re: [Qemu-devel] [PATCH for-4.1 1/7] util: Add qemu_getrandom and support functions

2019-03-13 Thread Laurent Vivier
On 13/03/2019 07:26, Richard Henderson wrote: Initialize the system from system and linux-user arguments. Propagate deterministic seeds when creating new cpu threads. Signed-off-by: Richard Henderson --- include/qemu/random.h | 58 + include/qom/cpu.h | 1

[Qemu-devel] [PATCH for-4.1 1/7] util: Add qemu_getrandom and support functions

2019-03-12 Thread Richard Henderson
Initialize the system from system and linux-user arguments. Propagate deterministic seeds when creating new cpu threads. Signed-off-by: Richard Henderson --- include/qemu/random.h | 58 + include/qom/cpu.h | 1 + cpus.c| 9 + linux-user/m