From 39843b7c07f8ee6bbfc844f98302d1f86dccc41b Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Wed, 25 Apr 2018 09:38:08 +0200 Subject: [PATCH 1/2] x86: llvmlinux: Mark CONFIG_PARAVIRT as BROKEN --- arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2fdb23313dd5..c881417a1d32 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -725,6 +725,7 @@ if HYPERVISOR_GUEST config PARAVIRT bool "Enable paravirtualization code" + depends on BROKEN ---help--- This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly -- 2.17.0