misc: life_mngr: add a separate config to allow trigger sysreboot

Tracked-On: #7215
Signed-off-by: Fei Li <fei1.li@intel.com>
This commit is contained in:
Fei Li
2022-03-30 13:28:52 +08:00
committed by acrnsi-robot
parent 187e19da2f
commit e17acec539
4 changed files with 25 additions and 1 deletions

View File

@@ -24,3 +24,9 @@ DEV_NAME=tty:/dev/ttyS8,/dev/ttyS9,/dev/ttyS10,/dev/ttyS11,/dev/ttyS12,/dev/ttyS
# s5_trigger.sh.
# For user VM, this field is useless.
ALLOW_TRIGGER_S5=/dev/ttyS10
# The device name of the device which is used to communicate with the VM,
# and this VM is allowed to trigger system reboot through executing
# system_reboot_trigger_win.py.
# For user VM, this field is useless.
ALLOW_TRIGGER_SYSREBOOT=/dev/ttyS10