mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-26 15:12:29 +00:00
COM2 in user VM is used by acrnctl to do user VM shutdown. In this patch series, COM2 in user VM is used as uart channel device for new lifecycle manager. So acrnctl can't be used to do user VM shutdown. This patch provides a script to user to do guest shutdown in service VM. Lifecycle manager in service VM will send user VM shutdown command to user VM directly. TODO: When user VM shutdown is supported in libvirt, this script will be removed. Tracked-On: #6652 Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com> Reviewed-by: fei1.li@intel.com