cloud-hypervisor/hypervisor
Akira Moroo 9f27954fbd hypervisor: Add set_guest_debug for x86/KVM
This commit adds `set_guest_debug` implementation for x86/KVM. This
function sets hardware breakpoints and single step to debug registers.

NOTE: The `set_guest_debug` implementation is based on the crosvm
implementation [1].

[1]
https://github.com/google/crosvm/blob/main/hypervisor/src/kvm/x86_64.rs

Signed-off-by: Akira Moroo <retrage01@gmail.com>
2022-02-23 11:16:09 +00:00
..
src hypervisor: Add set_guest_debug for x86/KVM 2022-02-23 11:16:09 +00:00
Cargo.toml build: bump libc from 0.2.118 to 0.2.119 2022-02-22 09:55:13 +00:00