From: Rusty Russell Date: Sun, 9 Sep 2007 11:12:54 +0000 (+0300) Subject: KVM: Clean up unloved invlpg emulation X-Git-Tag: v2.6.24-rc1~1365^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85b9ee9259917f248ee1507d7d1f575f4fc27dd;p=pandora-kernel.git KVM: Clean up unloved invlpg emulation invlpg shouldn't fetch the "src" address, since it may not be valid, however SVM's "solution" which neuters emulation of all group 7 instruction is horrible and breaks kvm-lite. The simplest fix is to put a special check in for invlpg. Signed-off-by: Rusty Russell Signed-off-by: Avi Kivity --- Reading git-diff-tree failed