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.
This support is limited to non-hardware domain guests. Signed-off-by: Mykola Kvach <mykola_kv...@epam.com> Acked-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com> --- Chnages in v6: - removed reduntand explanation that thi support added for both arm32 and arm64. 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..7e42ca9b59 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. + Applies only to non-hardware domain guests. ### Removed - On x86: -- 2.48.1