mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-03 01:19:41 +00:00
This patch is mainly for: 1. Check weakup reason first and only load timer list when reason is CBC_WK_RSN_RTC. 2. If failing to load timer list or reason != CBC_WK_RSN_RTC, activate all vms. 3. Add info about when we are about to activate vms reading from timer_list file. Tracked-On: #1517 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Yan, Like <like.yan@intel.com>