acrn-hypervisor/hypervisor/arch/x86
Chenli Wei ed1c638c87 hv: refine for HPAn setting
The current code only supports 2 HPA regions per VM.

This patch extended ACRN to support 2+ HPA regions per VM, to use host
memory better if it is scatted among multiple regions.

This patch uses an array to describe the hpa region for the VM, and
change the logic of ve820 to support multiple regions.

This patch dependent on the config tool and GPA SSRAM change

Tracked-On: #6690
Signed-off-by: Chenli Wei <chenli.wei@intel.com>
Reviewed-by: Fei Li <fei1.li@intel.com>
2022-04-22 14:46:05 +08:00
..
boot Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
configs Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
guest hv: refine for HPAn setting 2022-04-22 14:46:05 +08:00
lib Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
seed Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
cpu.c hv: remove RDT information detection 2022-04-18 15:33:11 +08:00
cpu_caps.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
cpu_state_tbl.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
e820.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
exception.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
gdt.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
idt.S Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
init.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
ioapic.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
irq.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
lapic.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
mmu.c hv: remove pgentry_present field in struct pgtable 2022-04-20 17:38:02 +08:00
nmi.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
notify.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
page.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
pagetable.c hv: remove pgentry_present field in struct pgtable 2022-04-20 17:38:02 +08:00
platform_caps.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
pm.c hv && config-tool: Add compilation option to disable all interrupts in HV 2021-12-10 09:50:17 +08:00
rdt.c hv: support CAT on hybrid platform 2022-04-18 15:33:11 +08:00
rtcm.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sched.S Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
security.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sgx.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
trampoline.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
tsc.c hv/mod_timer: split tsc handling code from timer. 2021-05-18 16:43:28 +08:00
tsc_deadline_timer.c HV: arch: fix a violation of coding guideline C-TY-24 2021-11-04 18:15:47 +08:00
vmx.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
vtd.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
wakeup.S