cloud-hypervisor/hypervisor/src/kvm
Akira Moroo 9f111388c0 hypervisor: Add VmExit::Debug for x86/KVM
This commit adds `VmExit::Debug` for x86/KVM. When the guest hits a
hardware breakpoint, `VcpuExit::Debug` vm exit occurs. This vm exit
will be handled with code implemented in the following commits.

Signed-off-by: Akira Moroo <retrage01@gmail.com>
2022-02-23 11:16:09 +00:00
..
aarch64 hypervisor: aarch64: move a comment to where it should be 2021-11-16 10:13:09 +08:00
x86_64 vmm: Ensure that PIO and MMIO exits complete before pausing 2022-02-07 15:26:22 +00:00
mod.rs hypervisor: Add VmExit::Debug for x86/KVM 2022-02-23 11:16:09 +00:00