On 27/05/2025 11:04 am, Mykola Kvach wrote: > From: Mykola Kvach <mykola_kv...@epam.com> > > The scheduler_disable and scheduler_enable calls have been removed > from freeze_domains and thaw_domains, respectively, and relocated > to their usage context in enter_state. This change addresses > the concern about misleading function semantics, as the scheduler > operations are not directly related to the domain pausing/resuming > implied by the freeze/thaw naming. > > Suggested-by: Jan Beulich <jbeul...@suse.com> > Signed-off-by: Mykola Kvach <mykola_kv...@epam.com>
FYI I've kicked off a run with this patch: https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1838715729 which includes the real suspend/resume testing on several pieces of hardware. ~Andrew