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.