hypervisor: x86: Emulate MOV

And add a few unit tests based on a Mock platform.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz
2020-11-19 20:20:23 +01:00
parent 12b7a498d9
commit fe5401223b
4 changed files with 858 additions and 1 deletions

View File

@@ -30,3 +30,6 @@ features = ["elf", "bzimage"]
version = "1.9.1"
default-features = false
features = ["std", "decoder", "op_code_info", "instr_info"]
[dev-dependencies]
env_logger = "0.8.2"