]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kvm/x86.c
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)
commitbb663c7ada380f3c89c2f83fdbe2b3626621385d
treee57e04c0f2820e57b8f27f80216fc6880af55c3b
parentec10b72701fa2a5a6b05194cb2dbe48cb36c7115
KVM: x86: Clearing rflags.rf upon skipped emulated instruction

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