acrn-config: add SOS_IDLE for SOS cmdline

Add SOS_IDLE for SOS cmdline so that "idle=halt" paramter will be needed
only when CPU sharing is enabled;

Tracked-On: #4329

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun 2020-04-21 13:21:47 +08:00 committed by wenlingz
parent 9264f51456
commit 27fb606d7a
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ def gen_sos_header(vm_info, config):
print("", file=config)
print("#define SOS_VM_BOOTARGS\t\t\tSOS_ROOTFS\t\\", file=config)
print("\t\t\t\t\tSOS_CONSOLE\t\\", file=config)
print("\t\t\t\t\tSOS_IDLE\t\\", file=config)
print("\t\t\t\t\tSOS_BOOTARGS_DIFF", file=config)