Files
kata-containers/arch/amd64-options.mk
Vijay Dhanraj 4d26ceee79 Make: Add ACRN hypervisor and generate configuration file
This patch covers the following aspects,
1. Add ACRN as a supported hypervisor for amd64 architecture.
2. Build and install configuration file for ACRN hypervisor.

v1->v2:
1. Deleted autogenerated configuration-acrn.toml.
2. Trimmed configuration options not used by ACRN.

Fixes: #1778

Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com>
2019-07-10 10:46:47 -07:00

23 lines
358 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
#ACRN binary name
ACRNCMD := acrn-dm
ACRNCTLCMD := acrnctl