Re: [PATCH v4 01/20] xen/pmstat: consolidate code into pmstat.c

2025-06-18 Thread Jan Beulich
On 28.05.2025 11:16, Penny Zheng wrote: > We move the following functions into drivers/acpi/pmstat.c, as they > are all designed for performance statistic: > - cpufreq_residency_update() > - cpufreq_statistic_reset() > - cpufreq_statistic_update() > - cpufreq_statistic_init() > - cpufreq_statistic_

Re: [PATCH v4 01/20] xen/pmstat: consolidate code into pmstat.c

2025-06-11 Thread Jan Beulich
On 28.05.2025 11:16, Penny Zheng wrote: > @@ -518,34 +687,3 @@ int do_pm_op(struct xen_sysctl_pm_op *op) > > return ret; > } > - > -int acpi_set_pdc_bits(uint32_t acpi_id, XEN_GUEST_HANDLE(uint32) pdc) You can't change ... > --- a/xen/drivers/cpufreq/cpufreq.c > +++ b/xen/drivers/cpufreq/