File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -591,21 +591,6 @@ void pause_vm(struct acrn_vm *vm)
591
591
}
592
592
}
593
593
594
- /**
595
- * * @pre vm != NULL
596
- */
597
- void resume_vm (struct acrn_vm * vm )
598
- {
599
- uint16_t i ;
600
- struct acrn_vcpu * vcpu = NULL ;
601
-
602
- foreach_vcpu (i , vm , vcpu ) {
603
- resume_vcpu (vcpu );
604
- }
605
-
606
- vm -> state = VM_STARTED ;
607
- }
608
-
609
594
/**
610
595
* @brief Resume vm from S3 state
611
596
*
Original file line number Diff line number Diff line change @@ -194,7 +194,6 @@ static inline struct acrn_vcpu *vcpu_from_pid(struct acrn_vm *vm, uint16_t pcpu_
194
194
195
195
int32_t shutdown_vm (struct acrn_vm * vm );
196
196
void pause_vm (struct acrn_vm * vm );
197
- void resume_vm (struct acrn_vm * vm );
198
197
void resume_vm_from_s3 (struct acrn_vm * vm , uint32_t wakeup_vec );
199
198
void start_vm (struct acrn_vm * vm );
200
199
int32_t reset_vm (struct acrn_vm * vm );
You can’t perform that action at this time.
0 commit comments