Re: [Qemu-devel] [PULL 10/25] util: Add qemu_guest_getrandom and associated routines

2019-05-30 Thread Peter Maydell
On Thu, 30 May 2019 at 14:41, Richard Henderson wrote: > > On 5/30/19 6:29 AM, Peter Maydell wrote: > > On Wed, 22 May 2019 at 19:42, Richard Henderson > > wrote: > >> > >> This routine is intended to produce high-quality random numbers to the > >> guest. Normally, such numbers are crypto qualit

Re: [Qemu-devel] [PULL 10/25] util: Add qemu_guest_getrandom and associated routines

2019-05-30 Thread Richard Henderson
On 5/30/19 6:29 AM, Peter Maydell wrote: > On Wed, 22 May 2019 at 19:42, Richard Henderson > wrote: >> >> This routine is intended to produce high-quality random numbers to the >> guest. Normally, such numbers are crypto quality from the host, but a >> command-line option can force the use of a f

Re: [Qemu-devel] [PULL 10/25] util: Add qemu_guest_getrandom and associated routines

2019-05-30 Thread Peter Maydell
On Wed, 22 May 2019 at 19:42, Richard Henderson wrote: > > This routine is intended to produce high-quality random numbers to the > guest. Normally, such numbers are crypto quality from the host, but a > command-line option can force the use of a fully deterministic sequence > for use while debug

[Qemu-devel] [PULL 10/25] util: Add qemu_guest_getrandom and associated routines

2019-05-22 Thread Richard Henderson
This routine is intended to produce high-quality random numbers to the guest. Normally, such numbers are crypto quality from the host, but a command-line option can force the use of a fully deterministic sequence for use while debugging. Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-