Files
acrn-hypervisor/hypervisor/include/common
Yifan Liu e0130295b5 hv: vm: Move shutdown_vm to common scope
The shutdown_vm is renamed to destroy_vm,
and introduce arch_deinit_vm as mandatory arch public API.

The original shutdown_vm checks if all VMs are shutting down,
and shutdown platform if no other VMs are running.

This logic is moved to the caller of original shutdown_vm
except hypercall, as we post-launched VM shutdown should not
trigger platform shutdown.

Tracked-On: #8830
Signed-off-by: Yifan Liu <yifan1.liu@intel.com>
Reviewed-by: Fei Li <fei1.li@intel.com>
Acked-by: Wang Yu1 <yu1.wang@intel.com>
2025-10-30 13:30:32 +08:00
..
2025-10-09 17:15:06 +08:00
2025-09-25 16:30:26 +08:00
2025-09-17 08:55:12 +08:00
2024-05-16 09:40:32 +08:00
2025-09-17 08:55:12 +08:00
2025-09-25 16:30:26 +08:00
2025-10-30 13:30:32 +08:00