From c8754cbc1de9c657d92499ebff83cd36cf909851 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 11 Nov 2024 13:19:27 +0100 Subject: [PATCH] CHANGELOG: Add note about xAPIC destination mode change MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: dcbf8210f3f3 ('x86/APIC: Switch flat driver to use phys dst for ext ints') Signed-off-by: Matthew Barnes Acked-by: Roger Pau Monné Acked-by: Oleksii Kurochko --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674944cbe4..8553b2e451 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: -- 2.39.5