mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-26 11:14:03 +00:00
dm: remove the dependency on native RTCT for vRTCT init
virtual RTCT will be created on TCC driver interface, instead of pass-through native RTCT to ACRN user VMs. this patch removes dependency on native RTCT table: - rename build_vrtct() function to init_ssram() and minor changes inside. - drop function create_and_inject_vrtct() - add one API to get virtual RTCT table. - rename variable 'pt_rtct' to 'ssram' Tracked-On: #7010 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Acked-by: Wang Yu1 <yu1.wang@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
d9fb8f3141
commit
a4490c2ffb
@@ -48,7 +48,7 @@ extern char *mac_seed;
|
||||
extern bool lapic_pt;
|
||||
extern bool is_rtvm;
|
||||
extern bool pt_tpm2;
|
||||
extern bool pt_rtct;
|
||||
extern bool ssram;
|
||||
extern bool vtpm2;
|
||||
extern bool is_winvm;
|
||||
|
||||
|
Reference in New Issue
Block a user