cloud-hypervisor/hypervisor
Samuel Ortiz 1fc97e91a4 hypervisor: x86: Add an InstructionHandler interface
And an InstructionMap helper structure to map x86 mnemonic codes
to instruction handlers.

Any instruction emulation implementation should then boil down with
implementing InstructionHandler for any supported mnemonic.

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