mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
acrn-config: Extract RDT resource and CLOS from target
xml file This patch adds support for parsing RDT resources and its max clos, max supported mask values from the target xml file. Tracked-On: #3715 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -220,7 +220,7 @@ def get_rootfs(config_file):
|
||||
|
||||
def clos_info_parser(board_info):
|
||||
""" Parse CLOS information """
|
||||
return common.get_max_clos(board_info)
|
||||
return common.get_max_clos_mask(board_info)
|
||||
|
||||
|
||||
def get_pre_launch_cnt(config_file):
|
||||
|
||||
Reference in New Issue
Block a user