acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang 11d0e59b3e revise type of 'exit_reason' and 'inst_len' in vcpu_arch
SDM 24.9.1 Volume3:
 - 'Exit reason' field in VMCS is 32 bits.

 SDM 24.9.4 in Volume3
 - 'VM-exit instruction length' field
   in VMCS is 32 bits.

 This patch is to redefine the data types of above fields
 in 'struct vcpu_arch' and udpate the code using these
 two fields.

Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-05-15 17:25:55 +08:00
..
guest.c mmu:create temporary page tables for guest at run time 2018-05-15 17:25:26 +08:00
instr_emul_wrapper.c initial import 2018-05-11 14:44:28 +08:00
instr_emul_wrapper.h hv: microcode: Enable microcode update from SOS. 2018-05-15 17:19:37 +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 revise type of 'exit_reason' and 'inst_len' in vcpu_arch 2018-05-15 17:25:55 +08:00
time.h initial import 2018-05-11 14:44:28 +08:00
ucode.c cpuid restruct 2018-05-15 17:19:38 +08:00
vcpu.c revise type of 'exit_reason' and 'inst_len' in vcpu_arch 2018-05-15 17:25:55 +08:00
vioapic.c initial import 2018-05-11 14:44:28 +08:00
vlapic_priv.h initial import 2018-05-11 14:44:28 +08:00
vlapic.c vlapic: apicv_get_apic_access_addr should get hpa 2018-05-15 17:25:26 +08:00
vm.c add IO requrest 'req_buf' check before reference 2018-05-15 17:25:27 +08:00
vmcall.c rename vmexit handlers 2018-05-15 17:25:55 +08:00
vmsr.c rename vmexit handlers 2018-05-15 17:25:55 +08:00
vpic.c refine: remove redundant data type definition 2018-05-15 17:25:54 +08:00