Re: [PATCH] CHANGELOG: Mention xl suspend/resume

2024-12-09 Thread Jan Beulich
On 09.12.2024 20:20, Jason Andryuk wrote: > On 2024-12-09 04:29, Jan Beulich wrote: >> On 05.12.2024 20:50, Jason Andryuk wrote: >>> Signed-off-by: Jason Andryuk >>> --- >>> It only works for x86, but it isn't x86-specific.  I chose to add it as >>> a generic entry instead of listing it as x86. >>

Re: [PATCH] CHANGELOG: Mention xl suspend/resume

2024-12-09 Thread Jason Andryuk
On 2024-12-09 04:29, Jan Beulich wrote: On 05.12.2024 20:50, Jason Andryuk wrote: Signed-off-by: Jason Andryuk --- It only works for x86, but it isn't x86-specific. I chose to add it as a generic entry instead of listing it as x86. Which probably is fine, yet then ... --- a/CHANGELOG.md ++

Re: [PATCH] CHANGELOG: Mention xl suspend/resume

2024-12-09 Thread Jan Beulich
On 05.12.2024 20:50, Jason Andryuk wrote: > Signed-off-by: Jason Andryuk > --- > It only works for x86, but it isn't x86-specific. I chose to add it as > a generic entry instead of listing it as x86. Which probably is fine, yet then ... > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -16,6 +16,7

[PATCH] CHANGELOG: Mention xl suspend/resume

2024-12-05 Thread Jason Andryuk
Signed-off-by: Jason Andryuk --- It only works for x86, but it isn't x86-specific. I chose to add it as a generic entry instead of listing it as x86. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8553b2e451..5e912b3759 100644 --- a/CHANGEL