On Tue, Jul 29, 2025 at 11:52:12AM +0300, Mykola Kvach wrote: > From: Mykola Kvach <mykola_kv...@epam.com> > > The "xl resume" command was previously excluded from Arm builds because > system suspend/resume (e.g., SYSTEM_SUSPEND via vPSCI) was not > implemented. On x86, this command is used for resume. > > This change enables compilation of `xl resume` on Arm regardless of the > underlying implementation status, making the tool available for testing > and future feature support. The relevant libxl infrastructure and handler > functions are already present and usable. > > Note: This does not imply full system suspend/resume support on Arm. > The `xl suspend` command still does not work on Arm platforms. > > Signed-off-by: Mykola Kvach <mykola_kv...@epam.com> > --- > Changes in v7: > - dropped renaming of LIBXL_HAVE_NO_SUSPEND_RESUME macro
Acked-by: Anthony PERARD <anthony.per...@vates.tech> Thanks, -- Anthony PERARD