From: Gleb Natapov Date: Mon, 30 Mar 2009 13:03:29 +0000 (+0300) Subject: KVM: Fix unneeded instruction skipping during task switching. X-Git-Tag: v2.6.31-rc1~393^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a7ec066813443440bfc9f60a9e76a47cfa6b2b;p=pandora-kernel.git KVM: Fix unneeded instruction skipping during task switching. There is no need to skip instruction if the reason for a task switch is a task gate in IDT and access to it is caused by an external even. The problem is currently solved only for VMX since there is no reliable way to skip an instruction in SVM. We should emulate it instead. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed