On 3/14/19 8:57 AM, Daniel P. Berrangé wrote: >> @@ -2070,6 +2078,7 @@ void qemu_init_vcpu(CPUState *cpu) >> cpu->nr_cores = smp_cores; >> cpu->nr_threads = smp_threads; >> cpu->stopped = true; >> + cpu->random_seed = qemu_seedrandom_thread_part1(); >> >> if (!cpu->as) { >> /* If the target cpu hasn't set up any address spaces itself, > It isn't clear that we should be needing these seeds in anything > other than the TCG codepath. >
It's still possible to want to debug a program running under KVM. And while it was threaded into the v1 series this morning, I believe the hw/misc/ RNG devices should use the new interface, which would enable that debugging. r~