From: Avi Kivity Date: Thu, 12 Apr 2007 14:35:58 +0000 (+0300) Subject: KVM: Handle partial pae pdptr X-Git-Tag: v2.6.22-rc1~1008^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417726a3fbecb2092f1054bbaee87bc442b05ef3;p=pandora-kernel.git 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: Avi Kivity --- Reading git-diff-tree failed