mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-30 10:55:27 +00:00
As the last step to simplify the steps to enable software SRAM passthrough to a pre-launched RT VM, this patch generates a virtual RTCT which only contains a compatibility entry (to indicate that the format of the RTCT is v2) and a couple of SSRAM or SSRAM waymask entries to report the software SRAM blocks that pre-launched VM has access. That follows the practice how ACRN device model generates virtual RTCT for post-launched VMs today. In case RTCT v1 is used physically, this patch still generates a v2 RTCT for the pre-launched VM but does not add an SSRAM waymask entry there due to lack of information. Tracked-On: #7947 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
aml | ||
__init__.py | ||
_utils.py | ||
apic.py | ||
asf.py | ||
dmar.py | ||
dsdt.py | ||
facp.py | ||
prt.py | ||
rdt.py | ||
rtct.py | ||
tpm2.py |