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:
fea5295
)
KVM: VMX: vmx_set_cr0 expects kvm->srcu locked
author
Marcelo Tosatti
<mtosatti@redhat.com>
Tue, 27 Mar 2012 22:47:26 +0000
(19:47 -0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 5 Apr 2012 16:04:09 +0000
(19:04 +0300)
vmx_set_cr0 is called from vcpu run context, therefore it expects
kvm->srcu to be held (for setting up the real-mode TSS).
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found