Skip to content

Commit cee8dc2

Browse files
vijaydhanrajwenlingz
authored andcommitted
acrn-config: Remove "GUEST_FLAG_CLOS_REQUIRED" from offline tool
This patches removes the unused CLOS_required flag from the offline guest configuration tool. Tracked-On: #3715 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
1 parent 984c075 commit cee8dc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/acrn-config/library/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
PY_CACHES = ["__pycache__", "../board_config/__pycache__", "../scenario_config/__pycache__"]
1919
GUEST_FLAG = ["0UL", "GUEST_FLAG_SECURE_WORLD_ENABLED", "GUEST_FLAG_LAPIC_PASSTHROUGH",
20-
"GUEST_FLAG_IO_COMPLETION_POLLING", "GUEST_FLAG_CLOS_REQUIRED",
21-
"GUEST_FLAG_HIDE_MTRR", "GUEST_FLAG_RT"]
20+
"GUEST_FLAG_IO_COMPLETION_POLLING", "GUEST_FLAG_HIDE_MTRR", "GUEST_FLAG_RT"]
2221
# Support 512M, 1G, 2G
2322
# pre launch less then 2G, sos vm less than 24G
2423
START_HPA_SIZE_LIST = ['0x20000000', '0x40000000', '0x80000000', 'CONFIG_SOS_RAM_SIZE']

0 commit comments

Comments
 (0)