mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-21 20:15:21 +00:00
12b7a498d9
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>