mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 01:44:55 +00:00
HV: remove unused function shutdown_vcpu
Change-Id: Ia6f9aa4d2d603d23bc0cb9c3b12032d1a96504db 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
83012a5a0a
commit
c68c6e4af2
@@ -529,13 +529,6 @@ int32_t run_vcpu(struct acrn_vcpu *vcpu)
|
||||
return status;
|
||||
}
|
||||
|
||||
int32_t shutdown_vcpu(__unused struct acrn_vcpu *vcpu)
|
||||
{
|
||||
/* TODO : Implement VCPU shutdown sequence */
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @pre vcpu != NULL
|
||||
*/
|
||||
|
Reference in New Issue
Block a user