From 060a3fb4addcc217a2835a06adb90991ddc7ea9b Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 17 Aug 2018 16:12:21 +0100 Subject: [PATCH] x86: HVM_FEP should depend on HVM MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Wei Liu Acked-by: Andrew Cooper Reviewed-by: Roger Pau Monné --- xen/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 63b286aba6..ba5cb62bdd 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -94,6 +94,7 @@ config BIGMEM config HVM_FEP bool "HVM Forced Emulation Prefix support" if EXPERT = "y" default DEBUG + depends on HVM ---help--- Compiles in a feature that allows HVM guest to arbitrarily -- 2.39.5