hypervisor: x86: emulate MOVSB

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
This commit is contained in:
Praveen K Paladugu
2023-01-27 18:14:33 +00:00
committed by Liu Wei
parent 3a225aaa23
commit ad202f9b7a
2 changed files with 67 additions and 0 deletions
+1
View File
@@ -527,6 +527,7 @@ impl<'a, T: CpuStateManager> Emulator<'a, T> {
// MOVS
(movs, Movsd_m32_m32),
(movs, Movsw_m16_m16),
(movs, Movsb_m8_m8),
// OR
(or, Or_rm8_r8)
);