acrn-hypervisor/hypervisor/arch/x86/guest
Victor Sun 253b25937b HV: remove vm_config pointer in acrn_vm struct
For each vm_array[] item, its config is located in corresponding
index of vm_configs[], so vm_config pointer is not needed any more.

Tracked-On: #2291

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-21 18:03:31 +08:00
..
guest.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
instr_emul.c hv:Fix violation "Cyclomatic complexity greater than 20" in instr_emul.c 2019-01-17 11:22:02 +08:00
instr_emul.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
pm.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
ucode.c hv: refine coding style for ucode.c 2018-12-19 09:44:42 +08:00
vcpu.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vcpuid.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c HV: remove vm_config pointer in acrn_vm struct 2019-01-21 18:03:31 +08:00
vm.c HV: remove vm_config pointer in acrn_vm struct 2019-01-21 18:03:31 +08:00
vmcall.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vmsr.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00
vmtrr.c HV: rename the term of vm0 to sos vm 2019-01-21 18:03:31 +08:00