mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 11:20:32 +00:00
config-tool: rename PSRARM to SSRAM
'psram' and 'PSRAM' are legacy names and replaced with 'ssram' and 'SSRAM' respectively. Tracked-On: #6012 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Shuang Zheng <shuang.zheng@intel.com>
This commit is contained in:
@@ -434,7 +434,7 @@ def main(args):
|
||||
PASSTHROUGH_PTCT = False
|
||||
PRELAUNCHED_RTVM_ID = None
|
||||
try:
|
||||
if scenario_root.find('hv/FEATURES/PSRAM/PSRAM_ENABLED').text.strip() == 'y':
|
||||
if scenario_root.find('hv/FEATURES/SSRAM/SSRAM_ENABLED').text.strip() == 'y':
|
||||
PASSTHROUGH_PTCT = True
|
||||
for vm in scenario_root.findall('vm'):
|
||||
vm_id = vm.attrib['id']
|
||||
|
Reference in New Issue
Block a user