mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-03 06:24:21 +01:00
Enable a new configuration file for QEMU with virtiofs 3.0 Depends-on: github.com/kata-containers/packaging#710 Fixes #2053 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
28 lines
497 B
Makefile
28 lines
497 B
Makefile
# Copyright (c) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Intel x86-64 settings
|
|
|
|
MACHINETYPE := pc
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
|
|
QEMUCMD := qemu-system-x86_64
|
|
|
|
# Qemu experimental with virtiofs
|
|
QEMUVIRTIOFSCMD := qemu-virtiofs-system-x86_64
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|
|
# Firecracker's jailer binary name
|
|
FCJAILERCMD := jailer
|
|
|
|
# NEMU binary name
|
|
NEMUCMD := nemu-system-x86_64
|
|
|
|
#ACRN binary name
|
|
ACRNCMD := acrn-dm
|
|
ACRNCTLCMD := acrnctl
|