hv: vcpu: Move offline_vcpu to common vcpu.c and rename to destroy_vcpu

destroy_vcpu: Call arch_deinit_vcpu, and do common deinit.

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>
This commit is contained in:
Yifan Liu
2025-08-27 06:26:35 +00:00
committed by acrnsi-robot
parent 70bcf024da
commit 62d07897e2
8 changed files with 34 additions and 23 deletions

View File

@@ -54,7 +54,7 @@ struct per_cpu_region {
* share same pCPU. So the maximum possible # of vCPUs that can
* run on a pCPU is CONFIG_MAX_VM_NUM.
* vcpu_array address must be aligned to 64-bit for atomic access
* to avoid contention between offline_vcpu and posted interrupt handler
* to avoid contention between destroy_vcpu and posted interrupt handler
*/
struct acrn_vcpu *vcpu_array[CONFIG_MAX_VM_NUM] __aligned(8);
struct shared_buf *sbuf[ACRN_SBUF_PER_PCPU_ID_MAX];