From: Matthew Barnes Date: Mon, 11 Nov 2024 12:19:27 +0000 (+0100) Subject: CHANGELOG: Add note about xAPIC destination mode change X-Git-Tag: 4.20.0-rc1~209 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c8754cbc1de9c657d92499ebff83cd36cf909851;p=xen.git CHANGELOG: Add note about xAPIC destination mode change 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 --- 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: