mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-07 12:53:24 +00:00
UOS requires an wakeup reason when resumed from S3 suspend. If user use "acrnctl resume [VMNAME]" without an reason, 0x0 will be used as default reason, and this is not work. We can use CBC_WK_RSN_BTN instead. Tracked-On: #1550 Signed-off-by: Tao, Yuhong <yuhong.tao@intel.com> Acked-by: Yan, Like <like.yan@intel.com>