From: Paolo Bonzini Date: Tue, 25 Jun 2013 16:32:07 +0000 (+0200) Subject: KVM: x86: handle singlestep during emulation X-Git-Tag: v3.12-rc1~143^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663f4c61b8036fd3a80debbe00b58d198ae63e76;p=pandora-kernel.git KVM: x86: handle singlestep during emulation This lets debugging work better during emulation of invalid guest state. This time the check is done after emulation, but before writeback of the flags; we need to check the flags *before* execution of the instruction, we cannot check singlestep_rip because the CS base may have already been modified. Signed-off-by: Paolo Bonzini Conflicts: arch/x86/kvm/x86.c --- Reading git-diff-tree failed