[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 6/7] x86: expose CONFIG_PV
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- v3: update text v2: guest -> domain --- xen/arch/x86/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 548cbf9..37af728 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" -- git-series 0.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |