commit | 57615ed56c005ba0405420eb871f85fa1e5e563b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 30 11:04:36 2018 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 07 14:09:25 2018 +0100 |
tree | 1cf6c2d735d809add8454ef60f9b72fc1e3dabe8 | |
parent | 9857c2d2f7fb09fe37d7a72b004b1f7bcf70248c [diff] [blame] |
cpus: kvm: unregister thread with RCU Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/cpus.c b/cpus.c index 08a8462..1063dac 100644 --- a/cpus.c +++ b/cpus.c
@@ -1205,6 +1205,7 @@ cpu->created = false; qemu_cond_signal(&qemu_cpu_cond); qemu_mutex_unlock_iothread(); + rcu_unregister_thread(); return NULL; }