acrn-hypervisor/hypervisor/include/arch/x86/guest
Shiqing Gao 2a184f353c hv: code clean up regarding to guest_msrs
Change guest_msrs in vcpu data structure from pointer to array, which
could avoid the dynamic memory allocation.

v1 -> v2:
 * Remove the unnecessary initialization for guest_msrs[] since vcpu is
   allocated by calloc.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-28 11:08:48 +08:00
..
gpr.h hv: move define of struct cpu_gp_regs to a separate headfile 2018-08-09 16:43:58 +08:00
guest.h hv: vmx: fix 'Array has no bounds specified' 2018-08-21 13:03:28 +08:00
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h hv: code clean up regarding to guest_msrs 2018-08-28 11:08:48 +08:00
vioapic.h hv:Replace vioapic pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
vlapic.h HV: Refine APICv capabilities detection 2018-08-24 09:58:58 +08:00
vm.h hv:Replace vioapic pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
vm0_boot.h hv: move boot_ctx offset definitions 2018-08-14 13:05:06 +08:00
vpic.h hv:Replace vpic pointer with instance in structure vm 2018-08-27 09:49:12 +08:00