commit | 8178e6376f311a5691ab6122e15863faa9a1f008 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 30 11:05:21 2018 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 07 14:09:25 2018 +0100 |
tree | 7b71473522022eb71d2eab89ebb0400af4b3a819 | |
parent | 9b0605f9837b68fd56c7fc7c96a3a1a3b983687d [diff] [blame] |
cpus: hvf: unregister thread with RCU Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/cpus.c b/cpus.c index 269d527..fe127ac 100644 --- a/cpus.c +++ b/cpus.c
@@ -1541,6 +1541,7 @@ cpu->created = false; qemu_cond_signal(&qemu_cpu_cond); qemu_mutex_unlock_iothread(); + rcu_unregister_thread(); return NULL; }