mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 01:44:55 +00:00
dm: ptct: pass through PTCT ACPI Table
Pass through PTCT ACPI Table to the guest which wants to use PTCT. Now we assume the GPA of resources of the PTCT is equal to the HPA. Tracked-On: #5330 Signed-off-by: Qian Wang <qian1.wang@intel.com> Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -89,6 +89,7 @@ bool stdio_in_use;
|
||||
bool lapic_pt;
|
||||
bool is_rtvm;
|
||||
bool pt_tpm2;
|
||||
bool pt_ptct;
|
||||
bool is_winvm;
|
||||
bool skip_pci_mem64bar_workaround = false;
|
||||
|
||||
|
Reference in New Issue
Block a user