mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-29 12:04:21 +01:00
NEMU requires a unique runtime configuration. Add support for utilizing a configuration-nemu.toml Fixes: #1647 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
19 lines
303 B
Makefile
19 lines
303 B
Makefile
# Copyright (c) 2018-2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Intel x86-64 settings
|
|
|
|
MACHINETYPE := pc
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
|
|
QEMUCMD := qemu-lite-system-x86_64
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|
|
|
|
# NEMU binary name
|
|
NEMUCMD := nemu-system-x86_64
|