KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
authorNadav Amit <namit@cs.technion.ac.il>
Wed, 7 May 2014 12:32:50 +0000 (15:32 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 May 2014 15:25:22 +0000 (17:25 +0200)
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>
arch/x86/kvm/cpuid.h
arch/x86/kvm/mmu.c

Simple merge
Simple merge