HV: Kconfig: enable CPU sharing by default

The patch enables CPU sharing feature by default, the default scheduler is
set to SCHED_BVT;

Tracked-On: #4661

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun
2020-04-17 14:13:52 +08:00
committed by wenlingz
parent 345cb77376
commit 09212cf4b6
5 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ config MULTIBOOT2
choice
prompt "ACRN Scheduler"
default SCHED_NOOP
default SCHED_BVT
help
Select the CPU scheduler to be used by the hypervisor