kata_integration/patches/0004-kata_integration-modify-x86_64-kernel-config-for-kat.patch
Vanient 470b01fbf8 modify kata integration to adapt to the update of kata-containers
Signed-off-by: Vanient <xiadanni1@huawei.com>
2022-09-06 11:18:22 +08:00

30 lines
857 B
Diff

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)