KVM: x86: Clearing rflags.rf upon skipped emulated instruction
authorNadav Amit <namit@cs.technion.ac.il>
Mon, 21 Jul 2014 11:37:26 +0000 (14:37 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Jul 2014 11:41:32 +0000 (13:41 +0200)
When skipping an emulated instruction, rflags.rf should be cleared as it would
be on real x86 CPU.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c

Simple merge