[Qemu-devel] [PULL 31/47] cpus: kvm: unregister thread with RCU

Paolo Bonzini posted 47 patches 8 years ago
There is a newer version of this series
[Qemu-devel] [PULL 31/47] cpus: kvm: unregister thread with RCU
Posted by Paolo Bonzini 8 years ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 cpus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cpus.c b/cpus.c
index 08a8462..1063dac 100644
--- a/cpus.c
+++ b/cpus.c
@@ -1205,6 +1205,7 @@ static void *qemu_kvm_cpu_thread_fn(void *arg)
     cpu->created = false;
     qemu_cond_signal(&qemu_cpu_cond);
     qemu_mutex_unlock_iothread();
+    rcu_unregister_thread();
     return NULL;
 }
 
-- 
1.8.3.1