Skip to content
Commit 417726a3 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Handle partial pae pdptr



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>
parent d917a6b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment