Re: [PATCH] xen/common: Guard freeze/thaw_domains functions with CONFIG_SYSTEM_SUSPEND

2025-06-25 Thread Jan Beulich
On 24.06.2025 08:56, Mykola Kvach wrote: > From: Mykola Kvach > > This patch adds CONFIG_SYSTEM_SUSPEND guards around freeze_domains > and thaw_domains functions. > > This ensures they are only compiled into the hypervisor when the system > suspend functionality is enabled, aligning their inclus

[PATCH] xen/common: Guard freeze/thaw_domains functions with CONFIG_SYSTEM_SUSPEND

2025-06-23 Thread Mykola Kvach
From: Mykola Kvach This patch adds CONFIG_SYSTEM_SUSPEND guards around freeze_domains and thaw_domains functions. This ensures they are only compiled into the hypervisor when the system suspend functionality is enabled, aligning their inclusion with their specific use case. Signed-off-by: Mykol