mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 01:44:55 +00:00
HV: remove unused function resume_vm
Change-Id: Ia6b6617e55044b5555a2d80c26a4ef7d7e56b7fa Tracked-On: #3123 Signed-off-by: yliu79 <ying2.liu@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
c68c6e4af2
commit
163c63d21f
@@ -591,21 +591,6 @@ void pause_vm(struct acrn_vm *vm)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* * @pre vm != NULL
|
||||
*/
|
||||
void resume_vm(struct acrn_vm *vm)
|
||||
{
|
||||
uint16_t i;
|
||||
struct acrn_vcpu *vcpu = NULL;
|
||||
|
||||
foreach_vcpu(i, vm, vcpu) {
|
||||
resume_vcpu(vcpu);
|
||||
}
|
||||
|
||||
vm->state = VM_STARTED;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Resume vm from S3 state
|
||||
*
|
||||
|
Reference in New Issue
Block a user