commit | 38827dbd3fb85a94a002fcf67b8735d5bc1a7e1a | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Sun Nov 02 11:54:53 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 07 15:44:08 2014 +0100 |
tree | 8d92ad6b0a3bd075a81c8a311d8e5581fd0a17f7 | |
parent | 9d88fca71a99a65c37cbfe481b4aa4e91a27ff13 [diff] |
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 <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>