Skip to content
Commit 4a1e10d5 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: x86: handle hardware breakpoints during emulation



This lets debugging work better during emulation of invalid
guest state.

The check is done before emulating the instruction, and (in the case
of guest debugging) reuses EMULATE_DO_MMIO to exit with KVM_EXIT_DEBUG.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent ac0a48c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment