From: Xiao Guangrong Date: Sun, 13 Jan 2013 15:46:52 +0000 (+0800) Subject: KVM: x86: let reexecute_instruction work for tdp X-Git-Tag: v3.9-rc1~97^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95b3cf69bdf8b27a02d878e24ca353cebb4e009e;p=pandora-kernel.git KVM: x86: let reexecute_instruction work for tdp Currently, reexecute_instruction refused to retry all instructions if tdp is enabled. If nested npt is used, the emulation may be caused by shadow page, it can be fixed by dropping the shadow page. And the only condition that tdp can not retry the instruction is the access fault on error pfn Reviewed-by: Gleb Natapov Signed-off-by: Xiao Guangrong Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed