From: Wei Liu Date: Thu, 4 Oct 2018 09:15:08 +0000 (+0100) Subject: x86: expose CONFIG_PV X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3026 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=657b303878e780b5189c062448ef6eddd0b3f3b1;p=xen.git x86: expose CONFIG_PV Signed-off-by: Wei Liu Reviewed-by: Andrew Cooper --- diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 12b68a8544..5c2d1070b6 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -37,6 +37,14 @@ source "arch/Kconfig" config PV def_bool y + prompt "PV support" + ---help--- + Interfaces to support PV domains. These require guest kernel support + to run as a PV guest, but don't require any specific hardware support. + + This option is needed if you want to run PV domains. + + If unsure, say Y. config PV_LINEAR_PT bool "Support for PV linear pagetables"