mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-04 12:31:27 +00:00
Merge pull request #12912 from fidencio/topic/runtime-rs-qemu-as-default
runtime-rs: Set QEMU as the default hypervisor
This commit is contained in:
@@ -100,7 +100,7 @@ else
|
||||
Specify "USE_BUILTIN_DB=true" to force enable.)
|
||||
endif
|
||||
|
||||
HYPERVISOR ?= $(HYPERVISOR_DB)
|
||||
HYPERVISOR ?= $(HYPERVISOR_QEMU)
|
||||
|
||||
##VAR HYPERVISOR=<hypervisor_name> List of hypervisors this build system can generate configuration for.
|
||||
HYPERVISORS := $(HYPERVISOR_DB) $(HYPERVISOR_FC) $(HYPERVISOR_QEMU) $(HYPERVISOR_CLH) $(HYPERVISOR_REMOTE)
|
||||
|
||||
Reference in New Issue
Block a user