commit | d35b34a9a70edae7ef923f100e51b8b5ae9fe899 | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Wed Aug 08 17:45:24 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 20 00:26:43 2018 +0200 |
tree | d650446ae38c7f5840a6a2155ec6d353849f3947 | |
parent | d1766202779e81d0f2a94c4650a6ba31497d369d [diff] |
kvm: mmu: Don't read PDPTEs when paging is not enabled kvm should not attempt to read guest PDPTEs when CR0.PG = 0 and CR4.PAE = 1. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>