[PATCH 0/2] KVM: x86: Missing rflags.rf fixes

From: Nadav Amit
Date: Thu Jul 24 2014 - 07:54:24 EST


These two patches address two remaining issues from the previous RF fixes
patch-set. One is setting RF during rep-string emulation, so if the
instruction emulation is incomplete, the entry back to the guest will perfromed
with RF=1 so no instruction breakpoint would occur. The second sets RF when
injecting a fault to the guest.

Nadav Amit (2):
KVM: x86: Setting rflags.rf during rep-string emulation
KVM: x86: set rflags.rf during fault injection

arch/x86/kvm/emulate.c | 6 +++++-
arch/x86/kvm/x86.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)

--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/