Revert "rcu: do not create thread in pthread_atfork callback"
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Mar 2016 13:00:51 +0000 (14:00 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Aug 2017 08:40:19 +0000 (10:40 +0200)
commit2a96a552f9502ac34c29da2f3a39788db5ee5692
treee42372e2e5b2f73900092848f19463e9f0a7441d
parent73c6e4013b4cd92d3d531bc22cc29e6036ef42e0
Revert "rcu: do not create thread in pthread_atfork callback"

This reverts commit a59629fcc6f603e19b516dc08f75334e5c480bd0.
This is not needed anymore because the IOThread mutex is not
"magic" anymore (need not kick the CPU thread)and also because
fork callbacks are only enabled at the very beginning of
QEMU's execution.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/rcu.h
linux-user/syscall.c
os-posix.c
util/rcu.c