On 21.11.2025 11:57, Penny Zheng wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -654,7 +654,7 @@ menu "Supported hypercall interfaces" > config MGMT_HYPERCALLS > bool "Enable privileged hypercalls for system management" > depends on !PV_SHIM_EXCLUSIVE > - default y > + def_bool y > help > This option shall only be disabled on some dom0less systems, or > PV shim on x86, to reduce Xen footprint via managing unnessary
This is a no-op change, as "def_bool y" means nothing else than "bool" plus "default y". As long as the prompt is there, people can turn it off manually. Jan
