Files
acrn-hypervisor/hypervisor/arch/x86
Yin Fengwei b01a81279a hv: add new function to get gva for MOVS/STO instruction
Drop the get_gla function and add
 - get_gva_di_si_nocheck
   get gva from ES:DI and DS(other segment):SI without
   check faulure case
 - get_gva_di_si_check
   get gva from ES:DI and DS(other segment):SI with failure
   case checked

TODO:
  - Save dst_gpa and src_gpa for instruction emulation phase
    use.

Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-23 11:13:48 +08:00
..
2018-08-16 09:43:34 +08:00
2018-08-23 11:09:25 +08:00
2018-08-23 11:10:26 +08:00
2018-08-06 12:27:53 +08:00
2018-08-23 08:54:54 +08:00
2018-08-07 09:55:13 +08:00
2018-08-23 08:54:54 +08:00
2018-08-23 08:54:54 +08:00
2018-08-16 16:24:13 +08:00
2018-08-23 08:54:54 +08:00