mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-31 04:54:21 +01:00
let's open nvdimm-related kernel config parameters on arm64, such as CONFIG_ACPI_NFIT, etc. and we also need to backport patch 'kvm:arm64:Dynamic IPA and 52bit IPA'(https://patchwork.kernel.org/cover/10616271/) and related dependency into v4.19.X to fully support nvdimm from guest kernel. Former patch has already been merged into v4.20.X. Fixes: #376 Signed-off-by: Penny Zheng <penny.zheng@arm.com>
How to use config files
config files must be copied in the kernel source code directory and renamed to .config
For example:
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make ARCH=x86_64 -j4
How to modify config files
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make menuconfig
popd
cp linux-4.14.22/.config x86_kata_kvm_4.14.x