From: Nadav Amit Date: Sun, 2 Nov 2014 09:54:53 +0000 (+0200) Subject: KVM: x86: Do not update EFLAGS on faulting emulation X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38827dbd3fb85a94a002fcf67b8735d5bc1a7e1a;p=pandora-kernel.git KVM: x86: Do not update EFLAGS on faulting emulation If the emulation ends in fault, eflags should not be updated. However, several instruction emulations (actually all the fastops) currently update eflags, if the fault was detected afterwards (e.g., #PF during writeback). Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed