mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 12:19:06 +00:00
Add the 'reboot=acpi' kernel boot argument for pre-launched VMs Add the code to sanity check if 'reboot=acpi' is specified in the scenario files If hardware reduced ACPI is detected, by default, Linux will set the reboot type to use EFI for rebooting. "reboot=acpi" sets the reboot type to use ACPI for rebooting. Tracked-On: #5411 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>