doc: schedule_vcpu was removed

schedule_vcpu should be replaced by launch_vcpu

Tracked-On: #3963
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
Jason Chen CJ 2019-11-05 18:24:49 +08:00 committed by wenlingz
parent fbc54a18ab
commit cc61ae7ce8

View File

@ -219,8 +219,8 @@ Some example scenario flows are shown here:
ACRN vCPU scheduling scenarios
- **During starting a VM**: after create a vCPU, BSP calls *schedule_vcpu*
through *start_vm*, AP calls *schedule_vcpu* through vlapic
- **During starting a VM**: after create a vCPU, BSP calls *launch_vcpu*
through *start_vm*, AP calls *launch_vcpu* through vlapic
INIT-SIPI emulation, finally this vCPU runs in a
*vcpu_thread* loop.