• Avi Kivity's avatar
    KVM: Handle partial pae pdptr · 417726a3
    Avi Kivity authored
    Some guests (Solaris) do not set up all four pdptrs, but leave some invalid.
    kvm incorrectly treated these as valid page directories, pinning the
    wrong pages and causing general confusion.
    
    Fix by checking the valid bit of a pae pdpte.  This closes sourceforge bug
    1698922.
    Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
    417726a3
mmu.c 35.3 KB