mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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>