commit | 62b3ffb8b357a791491726cff8d395027e5245b7 | [log] [tgz] |
---|---|---|
author | Yang, Sheng <sheng.yang@intel.com> | Wed Jul 25 12:17:06 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Sat Oct 13 10:18:19 2007 +0200 |
tree | c33b0eb391258ef5c42d16d3638ca53e58ed9fd6 | |
parent | fe5518819463d57ed032bc12458ed681bc790609 [diff] |
KVM: VMX: Import some constants of vmcs from IA32 SDM This patch mainly imports some constants and rename two exist constants of vmcs according to IA32 SDM. It also adds two constants to indicate Lock bit and Enable bit in MSR_IA32_FEATURE_CONTROL, and replace the hardcode _5_ with these two bits. Signed-off-by: Sheng Yang <sheng.yang@intel.com> Signed-off-by: Avi Kivity <avi@qumranet.com>