cloud-hypervisor/hypervisor
Samuel Ortiz f0360aff83 hypervisor: Architecture agnostic instruction emulation interface
In order to emulate instructions, we need a way to get access to some of
the guest resources. The PlatformEmulator interface provides guest
memory and CPU state access to emulator implementations.

Typically, an hypervisor will implement PlatformEmulator for architecture
specific instruction emulators to build their framework on top of.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-11-25 17:02:11 +01:00
..
src hypervisor: Architecture agnostic instruction emulation interface 2020-11-25 17:02:11 +01:00
Cargo.toml cargo: Move to crates.io vm-memory 0.4.0 2020-11-23 10:55:13 +01:00