commit | 2a96a552f9502ac34c29da2f3a39788db5ee5692 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Mar 25 14:00:51 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Aug 08 10:40:19 2017 +0200 |
tree | e42372e2e5b2f73900092848f19463e9f0a7441d | |
parent | 73c6e4013b4cd92d3d531bc22cc29e6036ef42e0 [diff] |
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>