On Mon, Jul 21, 2025 at 1:20 PM Oleksii Kurochko <oleksii.kuroc...@gmail.com> wrote: > > > On 6/27/25 12:51 PM, Mykola Kvach wrote: > > From: Mykola Kvach <mykola_kv...@epam.com> > > Mention the newly added support for guest suspend and resume to/from > RAM via vPSCI on Arm platforms (ARM32 and ARM64). This support is > limited to non-hardware domain guests. > > Signed-off-by: Mykola Kvach <mykola_kv...@epam.com> > --- > Changes in v5: > - adjustments to the commit title and message > - expanded the changelog entry to include more context about > suspend/resume support introduced in this patch series > --- > CHANGELOG.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 5f31ca08fe..1c155f7ff2 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -29,6 +29,8 @@ The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > > - On Arm: > - Ability to enable stack protector > + - Support for guest suspend and resume to/from RAM via vPSCI (for both > ARM32 > + and ARM64). Applies only to non-hardware domain guests. > > I’m not sure it’s necessary to mention “(for both ARM32 and ARM64)” > explicitly, as, at least for me, > it sounds like the default assumption unless stated otherwise.
I’ll drop it from the next patch series. Thank you for pointing it out. > > But I don’t mind having this clarification included explicitly if you prefer: > Acked-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > > Thanks. > > ~ Oleksii Best regards, Mykola