commit | 54dee9933e8d93589ad63ec3d6be39f1921b0767 | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Thu Jun 11 12:07:44 2009 -0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:32:56 2009 +0300 |
tree | 77aa79604ddfb6f842e582e7b8ce7cdbc54b2060 | |
parent | 68f89400bc92421d6da22e1ec8e3ec599c3c8244 [diff] |
KVM: VMX: conditionally disable 2M pages Disable usage of 2M pages if VMX_EPT_2MB_PAGE_BIT (bit 16) is clear in MSR_IA32_VMX_EPT_VPID_CAP and EPT is enabled. [avi: s/largepages_disabled/largepages_enabled/ to avoid negative logic] Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>