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:
Qian Wang
2020-09-16 12:12:00 +08:00
committed by wenlingz
parent f94ad6aef7
commit c9d6565798
3 changed files with 53 additions and 1 deletions

View File

@@ -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;