From: Gleb Natapov Date: Thu, 11 Apr 2013 09:10:51 +0000 (+0300) Subject: KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6b82aedc5d1af3a870565d9ce1da585e3c59f82;p=pandora-kernel.git KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state commit 991eebf9f8e523e7ff1e4d31ac80641582b2e57a upstream. During invalid guest state emulation vcpu cannot enter guest mode to try to reexecute instruction that emulator failed to emulate, so emulation will happen again and again. Prevent that by telling the emulator that instruction reexecution should not be attempted. Signed-off-by: Gleb Natapov [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed