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-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=991eebf9f8e523e7ff1e4d31ac80641582b2e57a;p=pandora-kernel.git KVM: VMX: do not try to reexecute failed instruction while emulating invalid guest state 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 --- Reading git-diff-tree failed