acrn-hypervisor/hypervisor/arch/x86/guest
Victor Sun bf834072d4 HV: platform acpi info refactor
Replace platform_acpi_info.c with platform_acpi_info.h and define needed
host ACPI info in MACROs. Then the struct host_acpi_info is not needed
any more.

This header file should be generated by offline tool automatically;

Tracked-On: #1500
Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-18 09:26:59 +08:00
..
guest.c hv:Replace dynamic memory with static for vcpu 2018-10-15 13:44:25 +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:fix 'missing for discarded return value' violations 2018-10-16 13:31:02 +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:fix 'missing for discarded return value' violations 2018-10-16 13:31:02 +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