Paolo Bonzini 663f4c61b8 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 <pbonzini@redhat.com>

Conflicts:
	arch/x86/kvm/x86.c
2013-07-29 09:01:14 +02:00
..
2013-07-03 13:21:40 -07:00
2012-08-06 16:04:57 +03:00
2013-07-29 09:01:14 +02:00
2013-06-27 14:20:36 +03:00
2013-06-27 14:20:51 +03:00
2013-06-27 14:20:51 +03:00
2013-07-29 09:01:14 +02:00