Re: [Xen-devel] [PATCH 03/34] x86: HVM_FEP should depend on HVM

2018-08-21 Thread Roger Pau Monné
On Fri, Aug 17, 2018 at 04:12:21PM +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu 

Reviewed-by: Roger Pau Monné 

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH 03/34] x86: HVM_FEP should depend on HVM

2018-08-17 Thread Wei Liu
Signed-off-by: Wei Liu 
---
 xen/arch/x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index 63b286a..ba5cb62 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
-- 
git-series 0.9.1

___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel