From: Avi Kivity Date: Sun, 21 Dec 2008 17:36:59 +0000 (+0200) Subject: KVM: MMU: Initialize a shadow page's global attribute from cr4.pge X-Git-Tag: v2.6.30-rc1~664^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2078318042569682d0496cfd7bd962a766e82b1;p=pandora-kernel.git KVM: MMU: Initialize a shadow page's global attribute from cr4.pge If cr4.pge is cleared, we ought to treat any ptes in the page as non-global. This allows us to remove the check from set_spte(). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed