commit | 6c6cb69b8e974049cca2cc4480052fb9e7df767b | [log] [tgz] |
---|---|---|
author | Nadav Amit <namit@cs.technion.ac.il> | Mon Jul 21 14:37:30 2014 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 21 13:42:39 2014 +0200 |
tree | 7f172e2866f3b38c7e82badcfc3567bbb650eb23 | |
parent | 4467c3f1ad16e3640e2b61e1a5e0bd55281a925d [diff] |
KVM: x86: Cleanup of rflags.rf cleaning RFLAGS.RF was cleaned in several functions (e.g., syscall) in the x86 emulator. Now that we clear it before the execution of an instruction in the emulator, we can remove the specific cleanup of RFLAGS.RF. Signed-off-by: Nadav Amit <namit@cs.technion.ac.il> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>