Message ID | 20220810192944.102135-14-jandryuk@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Intel Hardware P-States (HWP) support | expand |
Hi Jason, > -----Original Message----- > From: Jason Andryuk <jandryuk@gmail.com> > Subject: [PATCH v2 13/13] CHANGELOG: Add Intel HWP entry > > Signed-off-by: Jason Andryuk <jandryuk@gmail.com> Thanks for the patch, Acked-by: Henry Wang <Henry.Wang@arm.com> Kind regards, Henry
On 10.08.2022 21:29, Jason Andryuk wrote: > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > > ## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD > > +### Added > + - Intel Hardware P-States (HWP) cpufreq driver Note that there already is ... > ### Changed > - On x86 "vga=current" can now be used together with GrUB2's gfxpayload setting. Note that > this requires use of "multiboot2" (and "module2") as the GrUB commands loading Xen. ... a "Added / support upgraded" section right below here. Jan
On Thu, Aug 11, 2022 at 2:51 AM Jan Beulich <jbeulich@suse.com> wrote: > > On 10.08.2022 21:29, Jason Andryuk wrote: > > --- a/CHANGELOG.md > > +++ b/CHANGELOG.md > > @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > > > > ## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD > > > > +### Added > > + - Intel Hardware P-States (HWP) cpufreq driver > > Note that there already is ... > > > ### Changed > > - On x86 "vga=current" can now be used together with GrUB2's gfxpayload setting. Note that > > this requires use of "multiboot2" (and "module2") as the GrUB commands loading Xen. > > ... a "Added / support upgraded" section right below here. Whoops, sorry about that. Thanks for catching it. For v3, I'll move to the existing section while keeping Henry's Ack. Regards, Jason
Hi Jason, > -----Original Message----- > From: Jason Andryuk <jandryuk@gmail.com> > For v3, I'll move to the existing section while keeping Henry's Ack. Thank you. Keeping the Ack is ok to me. Kind regards, Henry > > Regards, > Jason
diff --git a/CHANGELOG.md b/CHANGELOG.md index a87a193e15..3d982bf96b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [unstable UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD +### Added + - Intel Hardware P-States (HWP) cpufreq driver + ### Changed - On x86 "vga=current" can now be used together with GrUB2's gfxpayload setting. Note that this requires use of "multiboot2" (and "module2") as the GrUB commands loading Xen.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com> --- v2: Add blank line --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+)