mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 06:54:30 +01:00
There's no reason to ship qemu & qemu-virtiofs when the former already includes vitiofs support (and that's the default for 2.x deployments). In case we will enable experimental qemu DAX support, we should add a new target, a "qemu-experimental" target, as Carlos has been working on. Fixes: #1424 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
26 lines
447 B
Makefile
26 lines
447 B
Makefile
# Copyright (c) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Intel x86-64 settings
|
|
|
|
MACHINETYPE := pc
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
CPUFEATURES := pmu=off
|
|
|
|
QEMUCMD := qemu-system-x86_64
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|
|
# Firecracker's jailer binary name
|
|
FCJAILERCMD := jailer
|
|
|
|
#ACRN binary name
|
|
ACRNCMD := acrn-dm
|
|
ACRNCTLCMD := acrnctl
|
|
|
|
# cloud-hypervisor binary name
|
|
CLHCMD := cloud-hypervisor
|