diff mbox series

[16/16] CHANGELOG: Mention Xen suspend/resume to RAM feature on arm64

Message ID 9706307f5349238240704c5edf2e708a5d93ddf5.1741164138.git.xakep.amatop@gmail.com (mailing list archive)
State New
Headers show
Series Suspend to RAM support for Xen on arm64 | expand

Commit Message

Mykola Kvach March 5, 2025, 9:11 a.m. UTC
Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Oleksii Kurochko March 11, 2025, 10:33 a.m. UTC | #1
On 3/5/25 10:11 AM, Mykola Kvach wrote:
> Signed-off-by: Mykola Kvach<mykola_kvach@epam.com>
> ---
>   CHANGELOG.md | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 04c21d5bce..489404fc8b 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
>   
>   ### Changed
> + - On Arm:
> +   - Support for suspend/resume to/from RAM on arm64

With proper Acks for the rest of the patches of this patch series: Oleksii Kurochko<oleksii.kurochko@gmail.com>

~ Oleksii

>   
>   ### Added
>
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04c21d5bce..489404fc8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
 
 ### Changed
+ - On Arm:
+   - Support for suspend/resume to/from RAM on arm64
 
 ### Added