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.2.19~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c837de6cac54ba14e638d36606bd31f635d8de5;p=pandora-kernel.git KVM: VMX: vmx_set_cr0 expects kvm->srcu locked (cherry picked from commit 7a4f5ad051e02139a9f1c0f7f4b1acb88915852b) 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 Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed