[PATCH] CHANGELOG: Add note about xAPIC destination mode change

Matthew Barnes posted 1 patch 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/aa0ea8c5cf8ebe74f2b28dc41cb13cd8bdcdf38f.1730816930.git.matthew.barnes@cloud.com
There is a newer version of this series
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
[PATCH] CHANGELOG: Add note about xAPIC destination mode change
Posted by Matthew Barnes 2 weeks, 1 day ago
Signed-off-by: Matthew Barnes <matthew.barnes@cloud.com>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 674944cbe4fb..dd1d68847187 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    - Removed the `ucode=allow-same` command line option.
    - Removed x2APIC Cluster Mode for external interrupts.  x2APIC Physical and
      Mixed Modes are still available.
+   - Switched the xAPIC flat driver to use physical destination mode for external
+     interrupts instead of logical destination mode.
 
 ## [4.19.0](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.19.0) - 2024-07-29
 
-- 
2.46.0
Re: [PATCH] CHANGELOG: Add note about xAPIC destination mode change
Posted by Jan Beulich 2 weeks, 1 day ago
On 05.11.2024 15:33, Matthew Barnes wrote:
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -21,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>     - Removed the `ucode=allow-same` command line option.
>     - Removed x2APIC Cluster Mode for external interrupts.  x2APIC Physical and
>       Mixed Modes are still available.
> +   - Switched the xAPIC flat driver to use physical destination mode for external
> +     interrupts instead of logical destination mode.

Imo this wants to go into the "Changed" section, not the "Removed" one.

Jan