mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-10 21:29:20 +00:00
dm: introduce system/full reset and suspend
Guest has erquirement to support system/full reboot and S3. Which could trigger different reset path in guest Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -887,7 +887,7 @@ main(int argc, char *argv[])
|
||||
vm_pause(ctx);
|
||||
delete_cpu(ctx, BSP);
|
||||
|
||||
if (vm_get_suspend_mode() != VM_SUSPEND_RESET)
|
||||
if (vm_get_suspend_mode() != VM_SUSPEND_FULL_RESET)
|
||||
break;
|
||||
|
||||
vm_deinit_vdevs(ctx);
|
||||
|
Reference in New Issue
Block a user