commit | 3b84080b9512bcacad3805f345fb8f092c8d3a7d | [log] [tgz] |
---|---|---|
author | Haozhong Zhang <haozhong.zhang@intel.com> | Wed Jun 22 14:59:54 2016 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 23 19:17:28 2016 +0200 |
tree | 8297cbad1b3bf00e082c94408ea1bfa1c93a8bba | |
parent | 8ff7b956471faadb0f874a49e8603d43cb1e55d5 [diff] |
KVM: VMX: move msr_ia32_feature_control to vcpu_vmx msr_ia32_feature_control will be used for LMCE and not depend only on nested anymore, so move it from struct nested_vmx to struct vcpu_vmx. Signed-off-by: Haozhong Zhang <haozhong.zhang@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>