acrn-hypervisor/hypervisor/arch/x86/guest
Mingqiang Chi 85ececd2d7 hv:Simplify for-loop when walk through the vcpu
-- Not return NULL for vcpu_from_vid
  We have replaced dynamic memory with static memory for vcpu,
  then if vcpu_id is valid, this API should not return NULL.
-- Simplify the for-loop when walk through the vcpu

Tracked-On: #861
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
Reviewed-by: Anthony Xu <anthony.xu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-19 14:23:08 +08:00
..
guest.c hv:Simplify for-loop when walk through the vcpu 2018-10-19 14:23:08 +08:00
instr_emul.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
instr_emul.h hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
mptable.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pm.c HV: platform acpi info refactor 2018-10-18 09:26:59 +08:00
ucode.c hv:Replace dynamic memory with static for microcode 2018-10-18 09:32:27 +08:00
vcpu.c hv: add suffix(U/UL) to come up MISRA-C into include 2018-10-15 22:33:30 +08:00
vlapic_priv.h hv: fix 'User name starts with underscore' 2018-09-30 14:45:37 +08:00
vlapic.c hv:Simplify for-loop when walk through the vcpu 2018-10-19 14:23:08 +08:00
vm.c hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +08:00
vmcall.c hv: add hypercall to set vcpu init state 2018-10-15 09:04:10 +08:00
vmsr.c hv: x2apic support for acrn 2018-10-17 08:46:42 +08:00