projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9857c2d
)
cpus: kvm: unregister thread with RCU
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 30 Jan 2018 16:04:36 +0000
(11:04 -0500)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 7 Feb 2018 13:09:25 +0000
(14:09 +0100)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
cpus.c
patch
|
blob
|
history
diff --git
a/cpus.c
b/cpus.c
index 08a84628c18175e11d79138bd4da9eed8d7e67d9..1063dace8883896163970e79e1bb1f33fbe13246 100644
(file)
--- 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;
}