git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa92fb
)
KVM: protect kvm_usage_count with its own spinlock
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 10 Sep 2013 10:58:35 +0000
(12:58 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 30 Sep 2013 07:21:46 +0000
(09:21 +0200)
The VM list need not be protected by a raw spinlock. Separate the
two so that kvm_lock can be made non-raw.
Cc: kvm@vger.kernel.org
Cc: gleb@redhat.com
Cc: jan.kiszka@siemens.com
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
No differences found