]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: x86: Cleanup of rflags.rf cleaning
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 21 Jul 2014 11:37:30 +0000 (14:37 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Jul 2014 11:42:39 +0000 (13:42 +0200)
commit6c6cb69b8e974049cca2cc4480052fb9e7df767b
tree7f172e2866f3b38c7e82badcfc3567bbb650eb23
parent4467c3f1ad16e3640e2b61e1a5e0bd55281a925d
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>
arch/x86/kvm/emulate.c