mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
Add support for building StratoVirt hypervisor, including x86_64 and arm64. Fixes: #7794 Signed-off-by: Liu Wenyuan <liuwenyuan9@huawei.com>
27 lines
468 B
Makefile
27 lines
468 B
Makefile
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ARM 64 settings
|
|
|
|
MACHINETYPE := virt
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
CPUFEATURES := pmu=off
|
|
|
|
QEMUCMD := qemu-system-aarch64
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|
|
# Firecracker's jailer binary name
|
|
FCJAILERCMD := jailer
|
|
|
|
# cloud-hypervisor binary name
|
|
CLHCMD := cloud-hypervisor
|
|
|
|
DEFSTATICRESOURCEMGMT_CLH := true
|
|
|
|
# stratovirt binary name
|
|
STRATOVIRTCMD := stratovirt
|