qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 08/14] util: Add qemu_getrandom and support f


From: Daniel P . Berrangé
Subject: Re: [Qemu-devel] [PATCH v2 08/14] util: Add qemu_getrandom and support functions
Date: Thu, 14 Mar 2019 16:33:24 +0000
User-agent: Mutt/1.11.3 (2019-02-01)

On Thu, Mar 14, 2019 at 09:18:09AM -0700, Richard Henderson wrote:
> 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.

Yeah, now I see that hw/misc use case, this makes sense.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]