On 3/14/19 8:57 AM, Daniel P. Berrangé wrote: >> tions.hx >> +++ b/qemu-options.hx >> @@ -3601,6 +3601,16 @@ the 0x200 sized block starting at 0xffffffc000080000 >> and another 0x1000 sized >> block starting at 0xffffffc00005f000. >> ETEXI >> >> +DEF("seed", HAS_ARG, QEMU_OPTION_seed, \ >> + "-seed number seed the pseudo-random number generator\n", > Perhaps -cpu-rand-seed so indicate its only for the CPU emulation > parts ? >
I'm mirroring the existing command-line option from linux-user. I don't like picking a different name for the option, but could expand upon the documentation that accompanies it. r~