From: Avi Kivity Date: Mon, 19 Apr 2010 14:25:53 +0000 (+0300) Subject: KVM: MMU: Drop cr4.pge from shadow page role X-Git-Tag: v2.6.35-rc1~436^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bc3bf972af0585ba5415aebbc8bd09b6a2ee94;p=pandora-kernel.git KVM: MMU: Drop cr4.pge from shadow page role Since commit bf47a760f66ad, we no longer handle ptes with the global bit set specially, so there is no reason to distinguish between shadow pages created with cr4.gpe set and clear. Such tracking is expensive when the guest toggles cr4.pge, so drop it. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed