Message ID | f7e299a8c1af7c5875e07f80b0229b1cd322a5f6.1730987624.git.matthew.barnes@cloud.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] CHANGELOG: Add note about xAPIC destination mode change | expand |
On Thu, Nov 07, 2024 at 02:08:31PM +0000, Matthew Barnes wrote: > Signed-off-by: Matthew Barnes <matthew.barnes@cloud.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Not sure it's worth adding a: Fixes: dcbf8210f3f3 ('x86/APIC: Switch flat driver to use phys dst for ext ints') So it's tied to the commit that introduced the change. Thanks, Roger.
On Thu, 2024-11-07 at 14:08 +0000, Matthew Barnes wrote: > Signed-off-by: Matthew Barnes <matthew.barnes@cloud.com> Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com> ~ Oleksii > --- > Changes in v2: > - Move notes from "Removed" to "Changed" section > --- > CHANGELOG.md | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/CHANGELOG.md b/CHANGELOG.md > index 674944cbe4fb..8553b2e4516e 100644 > --- a/CHANGELOG.md > +++ b/CHANGELOG.md > @@ -10,6 +10,8 @@ The format is based on [Keep a > Changelog](https://keepachangelog.com/en/1.0.0/) > - Fixed blkif protocol specification for sector sizes different > than 512b. > - On x86: > - Prefer ACPI reboot over UEFI ResetSystem() run time service > call. > + - Switched the xAPIC flat driver to use physical destination mode > for external > + interrupts instead of logical destination mode. > > ### Added > - On Arm:
diff --git a/CHANGELOG.md b/CHANGELOG.md index 674944cbe4fb..8553b2e4516e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Fixed blkif protocol specification for sector sizes different than 512b. - On x86: - Prefer ACPI reboot over UEFI ResetSystem() run time service call. + - Switched the xAPIC flat driver to use physical destination mode for external + interrupts instead of logical destination mode. ### Added - On Arm:
Signed-off-by: Matthew Barnes <matthew.barnes@cloud.com> --- Changes in v2: - Move notes from "Removed" to "Changed" section --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)