• Paolo Bonzini's avatar
    KVM: x86: handle singlestep during emulation · 663f4c61
    Paolo Bonzini authored
    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: default avatarPaolo Bonzini <pbonzini@redhat.com>
    
    Conflicts:
    	arch/x86/kvm/x86.c
    663f4c61
x86.c 185 KB