[PATCH v2] CHANGELOG: Mention xl suspend/resume

Jason Andryuk posted 1 patch 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241210145602.5039-1-jason.andryuk@amd.com
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] CHANGELOG: Mention xl suspend/resume
Posted by Jason Andryuk 10 months, 3 weeks ago
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(+)

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:
-- 
2.47.1
Re: [PATCH v2] CHANGELOG: Mention xl suspend/resume
Posted by Oleksii Kurochko 10 months, 3 weeks ago
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: