acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang 0e5f7cb91c hv: bugfix - MMIO access size was not properly initialized.
- MMIO access size is not initialized before
  instruction emulation.
- rename 'analyze_instruction()' to 'decode_instruction()'

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-05-18 16:37:44 +08:00
..
guest.c Revert "HV: added memory allocation functions for AP trampoline code relocation" 2018-05-15 17:25:58 +08:00
instr_emul.c revise type of 'exit_reason' and 'inst_len' in vcpu_arch 2018-05-15 17:25:55 +08:00
instr_emul.h hv: bugfix - MMIO access size was not properly initialized. 2018-05-18 16:37:44 +08:00
instr_emul_wrapper.c hv: bugfix - MMIO access size was not properly initialized. 2018-05-18 16:37:44 +08:00
instr_emul_wrapper.h hv: microcode: Enable microcode update from SOS. 2018-05-15 17:19:37 +08:00
pm.c HV cleanup: assert on vm setup cpu px 2018-05-15 17:25:57 +08:00
ucode.c cpuid restruct 2018-05-15 17:19:38 +08:00
vcpu.c hv: refine atomic_load/store_xxx name 2018-05-18 10:52:31 +08:00
vioapic.c hv: fix incorrect use of atomic_set_xxx 2018-05-18 10:52:31 +08:00
vlapic.c hv: bugfix - MMIO access size was not properly initialized. 2018-05-18 16:37:44 +08:00
vlapic_priv.h hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vm.c hv: refine atomic_load/store_xxx name 2018-05-18 10:52:31 +08:00
vmcall.c hypercall: add set_memmaps hypercall support 2018-05-17 15:34:18 +08:00
vmsr.c hv: vlapic_timer: refine vlapic tscdeadline timer 2018-05-15 18:03:33 +08:00
vpic.c refine: remove redundant data type definition 2018-05-15 17:25:54 +08:00