mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-01 13:34:20 +01:00
Update qemu version to 4.0.0. fixes #1743 Signed-off-by: Julio Montes <julio.montes@intel.com>
19 lines
298 B
Makefile
19 lines
298 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
|
|
|
|
# Firecracker binary name
|
|
FCCMD := firecracker
|
|
|
|
# NEMU binary name
|
|
NEMUCMD := nemu-system-x86_64
|