mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 15:31:35 +00:00
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:
parent
fbc54a18ab
commit
cc61ae7ce8
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user