Hello Mykola,
On 5/27/25 11:18 AM, Mykola Kvach wrote:
From: Mykola Kvach<mykola_kv...@epam.com>
Signed-off-by: Mykola Kvach<mykola_kv...@epam.com>
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec452027f5..fc89ed6e09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
- On Arm:
- Ability to enable stack protector
+ - Support guest suspend/resume to/from RAM
### Removed
- On x86:
According to your commit message, suspend/resume will only work for Arm64.
I think it would be good to mention that in the|CHANGELOG.md| as well.
Also, this implementation adds suspend/resume support via vPSCI, which
I believe is also worth noting in the|CHANGELOG.md|.
Thanks.
~ Oleksii