acrn-hypervisor/hypervisor/include
dongshen b447ce3d86 hv: add ACPI support for pre-launched VMs
Statically define the per vm RSDP/XSDT/MADT ACPI template tables in vacpi.c,
RSDP/XSDT tables are copied to guest physical memory after checksum is
calculated. For MADT table, first fix up process id/lapic id in its lapic
subtable, then the MADT table's checksum is calculated before it is copies to
guest physical memory.

Add 8-bit checksum function in util.h

Tracked-On: #3601
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
2019-08-29 10:12:25 +08:00
..
arch/x86 hv: add ACPI support for pre-launched VMs 2019-08-29 10:12:25 +08:00
common hv: schedule: minor fix about the return type of need_offline 2019-07-17 09:20:54 +08:00
debug hv: uart: enable early boot uart 2019-07-26 09:10:06 +08:00
dm hv: add ACPI support for pre-launched VMs 2019-08-29 10:12:25 +08:00
hw hv: vpci: refine init_vdevs 2019-08-06 11:51:02 +08:00
lib hv: add ACPI support for pre-launched VMs 2019-08-29 10:12:25 +08:00
public HV: add kata support on sdc scenario 2019-07-12 16:34:31 +08:00