On 28.05.2025 11:16, Penny Zheng wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -591,4 +591,11 @@ config SYSCTL > to reduce Xen footprint. > endmenu > > +config PM_OP > + bool "Enable Performance Management Operation" > + depends on ACPI && HAS_CPUFREQ && SYSCTL > + default y > + help > + This option shall enable userspace performance management control > + to do power/performance analyzing and tuning. > endmenu
Why is this being added outside of the "Supported hypercall interfaces" menu? (No matter where it's added, please make sure there's a separating blank line ahdead of the subsequent "endmenu".) Jan