On 03.08.2025 11:47, Penny Zheng wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -627,6 +627,10 @@ config SYSCTL > This option shall only be disabled on some dom0less systems, or > PV shim on x86, to reduce Xen footprint. > > +config DOMCTL > + bool "Enable domctl hypercall" > + def_bool y > +
Just to re-iterate - we don't think we want things to be this fine-grained. (As an aside, nit: "bool" and "def_bool" are partly redundant with one another.) Jan