]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Add cpu consistency check
authorYang, Sheng <sheng.yang@intel.com>
Tue, 31 Jul 2007 11:23:01 +0000 (14:23 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:22 +0000 (10:18 +0200)
commit9a62acb9a32a7035292fe54533312f9ef55d113a
tree91d46dd1d6f04f25e4f658eb8620fe69c1557c17
parentd0d36de2267a1e6de9ae79be0f4e6b83b5f68b67
KVM: VMX: Add cpu consistency check

All the physical CPUs on the board should support the same VMX feature
set.  Add check_processor_compatibility to kvm_arch_ops for the consistency
check.

Signed-off-by: Sheng Yang <sheng.yang@intel.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h
drivers/kvm/kvm_main.c
drivers/kvm/svm.c
drivers/kvm/vmx.c