Re: [Qemu-devel] [PATCH v2] linux-user: Let user specify random seed

2014-10-10 Thread Magnus Reftel
On Thu, Oct 9, 2014 at 9:43 PM, Tom Musta wrote: > On 10/9/2014 3:36 AM, Magnus Reftel wrote: >> This patch introduces the -seed command line option and the >> QEMU_RAND_SEED environment variable for setting the random seed, which >> is used for the AT_RANDOM ELF aux entry. >> >> This is an update

Re: [Qemu-devel] [PATCH v2] linux-user: Let user specify random seed

2014-10-09 Thread Tom Musta
On 10/9/2014 3:36 AM, Magnus Reftel wrote: > This patch introduces the -seed command line option and the > QEMU_RAND_SEED environment variable for setting the random seed, which > is used for the AT_RANDOM ELF aux entry. > > This is an updated version of the patch, addressing review comments > fro

[Qemu-devel] [PATCH v2] linux-user: Let user specify random seed

2014-10-09 Thread Magnus Reftel
This patch introduces the -seed command line option and the QEMU_RAND_SEED environment variable for setting the random seed, which is used for the AT_RANDOM ELF aux entry. This is an updated version of the patch, addressing review comments from Eric Blake.