From: Andre Przywara Date: Tue, 21 Dec 2010 10:12:06 +0000 (+0100) Subject: KVM: SVM: implement enhanced INVLPG intercept X-Git-Tag: v2.6.38-rc1~244^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4f3108562dc6f6ae6648f2698df7f4c9acf52d;p=pandora-kernel.git KVM: SVM: implement enhanced INVLPG intercept When the DecodeAssist feature is available, the linear address is provided in the VMCB on INVLPG intercepts. Use it directly to avoid any decoding and emulation. This is only useful for shadow paging, though. Signed-off-by: Andre Przywara Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed