Re: [PATCH 04/11] xen/pmstat: introduce CONFIG_PM_OP

2025-07-08 Thread Jan Beulich
On 07.07.2025 05:13, Penny Zheng wrote: > We move the following functions into a new file drivers/acpi/pm-op.c, as > they are all more fitting in performance controling and only called by > do_pm_op(): > - get_cpufreq_para() > - set_cpufreq_para() > - set_cpufreq_gov() > - set_cpufreq_cppc() >

[PATCH 04/11] xen/pmstat: introduce CONFIG_PM_OP

2025-07-06 Thread Penny Zheng
We move the following functions into a new file drivers/acpi/pm-op.c, as they are all more fitting in performance controling and only called by do_pm_op(): - get_cpufreq_para() - set_cpufreq_para() - set_cpufreq_gov() - set_cpufreq_cppc() - cpufreq_driver_getavg() - cpufreq_update_turbo() -