From: Nadav Amit Date: Wed, 16 Jul 2014 22:19:31 +0000 (+0300) Subject: KVM: x86: emulator injects #DB when RFLAGS.RF is set X-Git-Tag: omap-for-v3.17/fixes-against-rc2~184^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4161a569065b17954848069d5209182083ce876b;p=pandora-kernel.git KVM: x86: emulator injects #DB when RFLAGS.RF is set If the RFLAGS.RF is set, then no #DB should occur on instruction breakpoints. However, the KVM emulator injects #DB regardless to RFLAGS.RF. This patch fixes this behavior. KVM, however, still appears not to update RFLAGS.RF correctly, regardless of this patch. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed