diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-01-30 11:05:21 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-02-07 14:09:25 +0100 |
commit | 8178e6376f311a5691ab6122e15863faa9a1f008 (patch) | |
tree | 7b71473522022eb71d2eab89ebb0400af4b3a819 /cpus.c | |
parent | 9b0605f9837b68fd56c7fc7c96a3a1a3b983687d (diff) |
cpus: hvf: unregister thread with RCU
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'cpus.c')
-rw-r--r-- | cpus.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1541,6 +1541,7 @@ static void *qemu_hvf_cpu_thread_fn(void *arg) cpu->created = false; qemu_cond_signal(&qemu_cpu_cond); qemu_mutex_unlock_iothread(); + rcu_unregister_thread(); return NULL; } |