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 <leonid_komarians...@epam.com> Acked-by: Oleksii Kurochko<oleksii.kuroc...@gmail.com> --- 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/bce5e07c-eee7-481b-a833-4d5d8bbce...@gmail.com/ 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