From: Avi Kivity Date: Mon, 11 Oct 2010 12:23:39 +0000 (+0200) Subject: KVM: Don't reset mmu context unnecessarily when updating EFER X-Git-Tag: v2.6.38-rc1~244^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010c520e20413dfd567d568aba2b7238acd37e33;p=pandora-kernel.git KVM: Don't reset mmu context unnecessarily when updating EFER The only bit of EFER that affects the mmu is NX, and this is already accounted for (LME only takes effect when changing cr0). Based on a patch by Hillf Danton. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed