]> git.baikalelectronics.ru Git - kernel.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)
commit5903e3ec7ca06ee26ec3e82702ab53c9ac50596b
tree7f172e2866f3b38c7e82badcfc3567bbb650eb23
parent6681692dce2db26c55114d9004e1d98eb97b8e18
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