mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-10 13:54:12 +00:00
Merge pull request #215 from jcvenegas/enable-evged-kernel
kernel: enable evged.
This commit is contained in:
commit
cf87c3b04e
@ -1 +1 @@
|
|||||||
12
|
13
|
||||||
|
29
kernel/patches/0002-Compile-in-evged-always.patch
Normal file
29
kernel/patches/0002-Compile-in-evged-always.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
From e35cb54fb8d07dd80fa8df44ff0de6eb5ff8d6cf Mon Sep 17 00:00:00 2001
|
||||||
|
From: Arjan van de Ven <arjan@linux.intel.com>
|
||||||
|
Date: Fri, 10 Aug 2018 13:22:08 +0000
|
||||||
|
Subject: [PATCH 108/108] Compile in evged always
|
||||||
|
|
||||||
|
We need evged for NEMU (and in general for hw reduced)
|
||||||
|
|
||||||
|
The config option cannot be set normally since it breaks all
|
||||||
|
regular systems, and hardware reduced is really a runtime choice.
|
||||||
|
---
|
||||||
|
drivers/acpi/Makefile | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
|
||||||
|
index 6d59aa109a91..97f2fbbd5014 100644
|
||||||
|
--- a/drivers/acpi/Makefile
|
||||||
|
+++ b/drivers/acpi/Makefile
|
||||||
|
@@ -47,7 +47,7 @@ acpi-y += acpi_pnp.o
|
||||||
|
acpi-$(CONFIG_ARM_AMBA) += acpi_amba.o
|
||||||
|
acpi-y += power.o
|
||||||
|
acpi-y += event.o
|
||||||
|
-acpi-$(CONFIG_ACPI_REDUCED_HARDWARE_ONLY) += evged.o
|
||||||
|
+acpi-y += evged.o
|
||||||
|
acpi-y += sysfs.o
|
||||||
|
acpi-y += property.o
|
||||||
|
acpi-$(CONFIG_X86) += acpi_cmos_rtc.o
|
||||||
|
--
|
||||||
|
2.18.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user