From: Avi Kivity Date: Mon, 7 Dec 2009 10:29:14 +0000 (+0200) Subject: KVM: VMX: When using ept, allow the guest to own cr4.pge X-Git-Tag: v2.6.34-rc1~193^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce03e4f21a33b97c5d20ce597f64c361bb247904;p=pandora-kernel.git KVM: VMX: When using ept, allow the guest to own cr4.pge We make no use of cr4.pge if ept is enabled, but the guest does (to flush global mappings, as with vmap()), so give the guest ownership of this bit. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed