提交 8178e637 编写于 作者: P Paolo Bonzini

cpus: hvf: unregister thread with RCU

Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 9b0605f9
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册