[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86/Kconfig: Invert the defaults for CONFIG_{PVH_GUEST, PV_SHIM}
commit f4049b2a9850c847b06ec6ad1cec1c7c2c303b94 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Tue Oct 1 17:27:49 2019 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Oct 4 18:37:41 2019 +0100 x86/Kconfig: Invert the defaults for CONFIG_{PVH_GUEST,PV_SHIM} This is a minor UI change, but users which have elected to enable XEN_GUEST (which still defaults to no) will definitely need one of these options, and will typically want both. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Release-acked-by: Juergen Gross <jgross@xxxxxxxx> --- xen/arch/x86/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 3f88adae97..28b3b4692a 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -170,16 +170,16 @@ config XEN_GUEST If unsure, say N. config PVH_GUEST - def_bool n + def_bool y prompt "PVH Guest" depends on XEN_GUEST ---help--- Support booting using the PVH ABI. - If unsure, say N. + If unsure, say Y. config PV_SHIM - def_bool n + def_bool y prompt "PV Shim" depends on PV && XEN_GUEST ---help--- @@ -187,7 +187,7 @@ config PV_SHIM in an HVM/PVH container. This mode can only be enabled with command line option. - If unsure, say N. + If unsure, say Y. config PV_SHIM_EXCLUSIVE def_bool n -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |