]> Git Repo - qemu.git/blobdiff - os-posix.c
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
[qemu.git] / os-posix.c
index ba091f1530bfaf6d3a59b720bdb6412058f17b67..e4da406f38ca0c63a43db09d2ee8ccb017e1b7ec 100644 (file)
@@ -39,6 +39,7 @@
 #include "sysemu/sysemu.h"
 #include "net/slirp.h"
 #include "qemu-options.h"
+#include "qemu/rcu.h"
 
 #ifdef CONFIG_LINUX
 #include <sys/prctl.h>
@@ -247,6 +248,7 @@ void os_daemonize(void)
         signal(SIGTSTP, SIG_IGN);
         signal(SIGTTOU, SIG_IGN);
         signal(SIGTTIN, SIG_IGN);
+        rcu_after_fork();
     }
 }
 
This page took 0.022538 seconds and 4 git commands to generate.