mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: add priority based scheduler
This patch adds a new priority based scheduler to support vCPU scheduling based on their pre-configured priorities. A vCPU can be running only if there is no higher priority vCPU running on the same pCPU. Tracked-On: #6571 Signed-off-by: Jie Deng <jie.deng@intel.com>
This commit is contained in:
@@ -244,6 +244,9 @@ endif
|
||||
ifeq ($(CONFIG_SCHED_BVT),y)
|
||||
HW_C_SRCS += common/sched_bvt.c
|
||||
endif
|
||||
ifeq ($(CONFIG_SCHED_PRIO),y)
|
||||
HW_C_SRCS += common/sched_prio.c
|
||||
endif
|
||||
HW_C_SRCS += hw/pci.c
|
||||
HW_C_SRCS += arch/x86/configs/vm_config.c
|
||||
HW_C_SRCS += boot/acpi_base.c
|
||||
|
Reference in New Issue
Block a user