Re: [PATCH v7 10/12] virt/steal_monitor: Provide functions for managing steal values

From: Shrikanth Hegde

Date: Fri Jul 10 2026 - 00:33:08 EST




On 7/10/26 3:26 AM, Shrikanth Hegde wrote:

+void increase_preferred_cpus(struct steal_monitor *ctx);
+void decrease_preferred_cpus(struct steal_monitor *ctx);

ctx is not being used in the function as of now, but i forgot to remove after
that __weak removal. Will fix it in v8.