commit | 37e4c997dadf713d5b9cb88a801eb38d61a2aefc | [log] [tgz] |
---|---|---|
author | Haozhong Zhang <haozhong.zhang@intel.com> | Wed Jun 22 14:59:55 2016 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 23 19:17:29 2016 +0200 |
tree | 612b468041a6d3fc5234716d1869b38c94f7ada9 | |
parent | 3b84080b9512bcacad3805f345fb8f092c8d3a7d [diff] |
KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL KVM currently does not check the value written to guest MSR_IA32_FEATURE_CONTROL, though bits corresponding to disabled features may be set. This patch makes KVM to validate individual bits written to guest MSR_IA32_FEATURE_CONTROL according to enabled features. Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>