mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 05:32:05 +00:00
config tool: Fix tee guest flag
Fix tee guest flag Tracked-On:#6690 Signed-off-by: hangliu1 <hang1.liu@linux.intel.com>
This commit is contained in:
parent
811992ee2b
commit
e83c9b6430
@ -22,8 +22,8 @@ policies = [
|
||||
GuestFlagPolicy(".//nested_virtualization_support = 'y'", "GUEST_FLAG_NVMX_ENABLED"),
|
||||
GuestFlagPolicy(".//security_vm = 'y'", "GUEST_FLAG_SECURITY_VM"),
|
||||
GuestFlagPolicy(".//vm_type = 'RTVM'", "GUEST_FLAG_RT"),
|
||||
GuestFlagPolicy(".//vm_type = 'TEE'", "GUEST_FLAG_TEE"),
|
||||
GuestFlagPolicy(".//vm_type = 'REE'", "GUEST_FLAG_REE"),
|
||||
GuestFlagPolicy(".//vm_type = 'TEE_VM'", "GUEST_FLAG_TEE"),
|
||||
GuestFlagPolicy(".//vm_type = 'REE_VM'", "GUEST_FLAG_REE"),
|
||||
]
|
||||
|
||||
def fn(board_etree, scenario_etree, allocation_etree):
|
||||
|
Loading…
Reference in New Issue
Block a user