From: Marcelo Tosatti Date: Tue, 27 Mar 2012 22:47:26 +0000 (-0300) Subject: KVM: VMX: vmx_set_cr0 expects kvm->srcu locked X-Git-Tag: v3.4-rc2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a4f5ad051e02139a9f1c0f7f4b1acb88915852b;p=pandora-kernel.git KVM: VMX: vmx_set_cr0 expects kvm->srcu locked 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed