Message ID | 20210401133827.362216-7-george.dunlap@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [for-4.15,1/7] CHANGELOG.md: Mention XEN_SCRIPT_DIR | expand |
On 01.04.2021 15:38, George Dunlap wrote: > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) > - Some additional affordances in various xl subcommands. > - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522 > - On detecting a host crash, some debug key handlers can automatically triggered to aid in debugging > + - Increase the maximum number of guests which can share a single IRQ from 7 to 16, and make this configurable with irq-max-guests Acked-by: Jan Beulich <jbeulich@suse.com> albeit I again wonder if this isn't too small / niche a change to warrant an entry here. Jan
> On Apr 1, 2021, at 3:17 PM, Jan Beulich <jbeulich@suse.com> wrote: > > On 01.04.2021 15:38, George Dunlap wrote: >> --- a/CHANGELOG.md >> +++ b/CHANGELOG.md >> @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) >> - Some additional affordances in various xl subcommands. >> - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522 >> - On detecting a host crash, some debug key handlers can automatically triggered to aid in debugging >> + - Increase the maximum number of guests which can share a single IRQ from 7 to 16, and make this configurable with irq-max-guests > > Acked-by: Jan Beulich <jbeulich@suse.com> > albeit I again wonder if this isn't too small / niche a change to warrant an > entry here. At least it’s a user-visible change this time. :-) It was in a list of potential items passed to my by Ian; at any rate I’ll let him have the final say (when he comes back Tuesday). -George
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c272a0113..7237b0a020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Some additional affordances in various xl subcommands. - Added the following ARM errata: Cortex A53 #843419, Cortex A55 #1530923, Cortex A72 #853709, Cortex A73 #858921, Cortex A76 #1286807, Neoverse-N1 #1165522 - On detecting a host crash, some debug key handlers can automatically triggered to aid in debugging + - Increase the maximum number of guests which can share a single IRQ from 7 to 16, and make this configurable with irq-max-guests ### Removed / support downgraded
Signed-off-by: George Dunlap <george.dunlap@citrix.com> --- CC: Igor Druzhinin <igor.druzhinin@citrix.com> CC: Jan Beulich <jbeulich@suse.com> CC: Ian Jackson <ian.jackson@citrix.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+)