Message ID | 20241210145602.5039-1-jason.andryuk@amd.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] CHANGELOG: Mention xl suspend/resume | expand |
On 12/10/24 3:56 PM, Jason Andryuk wrote: > The xl subcommands are generic, but only built when > LIBXL_HAVE_NO_SUSPEND_RESUME is false. Currently that is only x86, so > list them there. > > Signed-off-by: Jason Andryuk<jason.andryuk@amd.com> LGTM: Reviewed-by: Oleksii Kurochko<oleksii.kurochko@gmail.com> Thanks. ~ Oleksii > --- > v2: > Nest under "On X86" > Expand commit message > --- > CHANGELOG.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 8553b2e451..15f681459f 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > ### Added > - On Arm: > - Experimental support for Armv8-R. > + - On x86: > + - xl suspend/resume subcommands. > > ### Removed > - On x86:
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8553b2e451..15f681459f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - On Arm: - Experimental support for Armv8-R. + - On x86: + - xl suspend/resume subcommands. ### Removed - On x86:
The xl subcommands are generic, but only built when LIBXL_HAVE_NO_SUSPEND_RESUME is false. Currently that is only x86, so list them there. Signed-off-by: Jason Andryuk <jason.andryuk@amd.com> --- v2: Nest under "On X86" Expand commit message --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)