qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v6 01/21] softmmu: split off vl.c:main() into main.c


From: Alexander Bulekov
Subject: Re: [PATCH v6 01/21] softmmu: split off vl.c:main() into main.c
Date: Sun, 5 Jan 2020 14:17:27 -0500
User-agent: NeoMutt/20180716

On 200103 0958, Stefan Hajnoczi wrote:
> On Fri, Nov 29, 2019 at 09:34:36PM +0000, Oleinik, Alexander wrote:
> > @@ -3853,7 +3834,7 @@ int main(int argc, char **argv, char **envp)
> >      set_memory_options(&ram_slots, &maxram_size, machine_class);
> >  
> >      os_daemonize();
> > -    rcu_disable_atfork();
> > +    /* rcu_disable_atfork(); */
> >  
> >      if (pid_file && !qemu_write_pidfile(pid_file, &err)) {
> >          error_reportf_err(err, "cannot create PID file: ");
> 
> Did you find a solution for this?

Yes, though obviously it didn't make it into v6 :) I'm planning to just
check qtest_enabled(), since for now we are always using qtest.



reply via email to

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