kata_integration: modify x86_64 kernel config for kata

This commit is contained in:
gaowei 2021-08-25 06:41:04 +00:00 committed by Gitee
parent d5e5e89454
commit 1fd4a579b2
3 changed files with 37 additions and 1 deletions

View File

@ -1,6 +1,6 @@
%global debug_package %{nil}
%define VERSION v1.0.0
%define RELEASE 4
%define RELEASE 5
Name: kata-integration
Version: %{VERSION}
@ -28,6 +28,12 @@ This is a usefult tool for building Kata Container components.
%doc
%changelog
* Wed Aug 25 2021 Wei Gao<gaowei66@huawei.com> - 1.0.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:modify x86_64 kernel config for kata
* Fri Aug 20 2021 yangfeiyu<yangfeiyu2@huawei.com> - 1.0.0-4
- Type:bugfix
- ID:NA

View File

@ -0,0 +1,29 @@
From 15aea9afc7f15bd625da438a4c0d490d1884f1c2 Mon Sep 17 00:00:00 2001
From: holyfei <yangfeiyu20102011@163.com>
Date: Wed, 25 Aug 2021 14:14:01 +0800
Subject: [PATCH] kata_integration: modify x86_64 kernel config for kata
reason: modify x86_64 kernel config for kata
Signed-off-by: Wei Gao <gaowei66@huawei.com>
---
hack/config-kata-x86_64 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hack/config-kata-x86_64 b/hack/config-kata-x86_64
index e5e3cbf..69302d7 100644
--- a/hack/config-kata-x86_64
+++ b/hack/config-kata-x86_64
@@ -2176,8 +2176,9 @@ CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_BALLOON=y
-# CONFIG_VIRTIO_INPUT is not set
+CONFIG_VIRTIO_INPUT=y
CONFIG_VIRTIO_MMIO=y
+CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y
#
# Microsoft Hyper-V guest support
--
2.21.1 (Apple Git-122.3)

View File

@ -1,3 +1,4 @@
0001-kata-containers-disable-netmon-by-default.patch
0002-kata_integration-adapt-with-new-kata-containers.patch
0003-kata_integration-modify-kernel-config-for-kata.patch
0004-kata_integration-modify-x86_64-kernel-config-for-kat.patch