cloud-hypervisor/hypervisor
Samuel Ortiz 12b7a498d9 hypervisor: x86: Add an instruction emulator
The emulator gets a CPU state from a CpuStateManager instance, emulates
the passed instructions stream and returns the modified CPU state.

The emulator is a skeleton for now since it comes with an empty
instruction mnemonic map.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-11-25 17:02:11 +01:00
..
src hypervisor: x86: Add an instruction emulator 2020-11-25 17:02:11 +01:00
Cargo.toml hypervisor: x86: Add a CpuStateManager interface 2020-11-25 17:02:11 +01:00