From: Sheng Yang Date: Wed, 18 Jun 2008 06:43:38 +0000 (+0800) Subject: KVM: VMX: Fix a wrong usage of vmcs_config X-Git-Tag: v2.6.27-rc1~968^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65267ea1b3e768dc54b63cd7fad520d89c27d350;p=pandora-kernel.git KVM: VMX: Fix a wrong usage of vmcs_config The function ept_update_paging_mode_cr0() write to CPU_BASED_VM_EXEC_CONTROL based on vmcs_config.cpu_based_exec_ctrl. That's wrong because the variable may not consistent with the content in the CPU_BASE_VM_EXEC_CONTROL MSR. Signed-off-by: Sheng Yang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed