commit | 7db742654dd59fde90af79d77372c5439399a9e6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Mar 08 10:49:19 2017 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Fri Apr 07 16:49:00 2017 +0200 |
tree | effd439407194c99e9ebf6cc88439eccf464df9f | |
parent | ad6260da1e23cf937806e42c8490af3ff4530474 [diff] |
KVM: nVMX: we support 1GB EPT pages Large pages at the PDPE level can be emulated by the MMU, so the bit can be set unconditionally in the EPT capabilities MSR. The same is true of 2MB EPT pages, though all Intel processors with EPT in practice support those. Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>