mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +00:00
This commit adds `VmState::BreakPoint` to handle hardware breakpoint. The VM will enter this state when a breakpoint hits or a debugger interrupts the execution. Signed-off-by: Akira Moroo <retrage01@gmail.com>