The GICv3.1 eSPI (Extended Shared Peripheral Interrupts) range is already supported with CONFIG_GICV3_ESPI enabled, so this feature should be mentioned in CHANGELOG.md.
Signed-off-by: Leonid Komarianskyi <[email protected]> Acked-by: Oleksii Kurochko<[email protected]> --- Changes in V8: - no changes Changes in V7: - no changes Changes in V6: - no changes Changes in V5: - extended changelog update with a brief explanation of what eSPI is - added acked-by from Oleksii Kurochko, which was received for V3: https://lore.kernel.org/xen-devel/[email protected]/ Changes in V4: - no changes Changes in V3: - introduced this patch --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f31ca08fe..31b4ded444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - On Arm: - Ability to enable stack protector + - GICv3.1 eSPI (Extended Shared Peripheral Interrupts) support for Xen + and guest domains. ### Removed - On x86: -- 2.34.1
