Is it possible to use the INT1 (instead of INT3) instruction for breakpoints under KVM? It does not seem that this instruction causes a KVM_EXIT_DEBUG (or any other exit) and it is silently skipped instead. If it is possible, how should I configure the KVM API to receive such exits? Bill