[Public] Hi,
> -----Original Message----- > From: Jan Beulich <jbeul...@suse.com> > Sent: Monday, June 30, 2025 4:26 PM > To: Penny, Zheng <penny.zh...@amd.com> > Cc: Huang, Ray <ray.hu...@amd.com>; Andrew Cooper > <andrew.coop...@citrix.com>; Roger Pau Monné <roger....@citrix.com>; > Anthony PERARD <anthony.per...@vates.tech>; Orzel, Michal > <michal.or...@amd.com>; Julien Grall <jul...@xen.org>; Stefano Stabellini > <sstabell...@kernel.org>; xen-devel@lists.xenproject.org > Subject: Re: [PATCH v5 09/18] xen/pmstat: introduce CONFIG_PM_OP > > On 30.06.2025 10:24, Jan Beulich wrote: > > On 16.06.2025 08:41, Penny Zheng wrote: > >> --- a/xen/common/Kconfig > >> +++ b/xen/common/Kconfig > >> @@ -620,4 +620,12 @@ config SYSCTL > >> > >> endmenu > >> > >> +config PM_OP > >> + bool "Enable Performance Management Operation" > >> + depends on ACPI && HAS_CPUFREQ && SYSCTL > >> + default y > > > > Btw, doesn't this also require adding an override to pvshim_defconfig? > > And the similarly for PM_STATS in the next patch? > Yes > Not sure though whether that needs doing here or in the !PV_SHIM_EXCLUSIVE, > once that was moved to near the end of the series. Maybe its better live in here where the new Kconfig gets introduced, will fix > > Jan