commit | 5f7dde7bbb3c628766676cbd63c0a1834035d6fa | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Wed May 07 15:32:50 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 07 17:25:22 2014 +0200 |
tree | 39fde3ae31697b7e1ef19af9f1d3d626d0f7e909 | |
parent | a4ab9d0cf1ef0bf521bb69099aa464f38c71393c [diff] |
KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support In long-mode, bit 7 in the PDPTE is not reserved only if 1GB pages are supported by the CPU. Currently the bit is considered by KVM as always reserved. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>