diff mbox series

CHANGELOG: Add note about xAPIC destination mode change

Message ID aa0ea8c5cf8ebe74f2b28dc41cb13cd8bdcdf38f.1730816930.git.matthew.barnes@cloud.com (mailing list archive)
State New
Headers show
Series CHANGELOG: Add note about xAPIC destination mode change | expand

Commit Message

Matthew Barnes Nov. 5, 2024, 2:33 p.m. UTC
Signed-off-by: Matthew Barnes <matthew.barnes@cloud.com>
---
 CHANGELOG.md | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jan Beulich Nov. 5, 2024, 2:54 p.m. UTC | #1
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
diff mbox series

Patch

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