cloud-hypervisor/vmm
Rob Bradford c47e3b8689 gdb: Do not use VmmOps for memory manipulation
We don't use the VmmOps trait directly for manipulating memory in the
core of the VMM as it's really designed for the MSHV crate to handle
instruction decoding. As I plan to make this trait MSHV specific to
allow reduced locking for MMIO and PIO handling when running on KVM this
use should be removed.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-05-04 11:33:02 -07:00
..
src gdb: Do not use VmmOps for memory manipulation 2022-05-04 11:33:02 -07:00
Cargo.toml build: bump serde_json from 1.0.80 to 1.0.81 2022-05-04 00:37:09 +00:00