From b9a1ecb909e8f772934cc4bf1f164124c9fbb0d0 Mon Sep 17 00:00:00 2001 From: Nadav Amit Date: Thu, 24 Jul 2014 14:51:23 +0300 Subject: [PATCH] KVM: x86: Setting rflags.rf during rep-string emulation This patch updates RF for rep-string emulation. The flag is set upon the first iteration, and cleared after the last (if emulated). It is intended to make sure that if a trap (in future data/io #DB emulation) or interrupt is delivered to the guest during the rep-string instruction, RF will be set correctly. RF affects whether instruction breakpoint in the guest is masked. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed