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:
parent
9264f51456
commit
27fb606d7a
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue