Skip to content

fix(armv8/vgicv3): fix GICR ISACTIVER and ICACTIVER handler mappings#376

Merged
josecm merged 1 commit into
bao-project:mainfrom
irenebus:fix-vgicv3-vgicr
Jul 11, 2026
Merged

fix(armv8/vgicv3): fix GICR ISACTIVER and ICACTIVER handler mappings#376
josecm merged 1 commit into
bao-project:mainfrom
irenebus:fix-vgicv3-vgicr

Conversation

@irenebus

Copy link
Copy Markdown
Contributor

This PR fixes the vGICR register emulation where ISACTIVER0 was incorrectly routed to the ICACTIVER handler and ICACTIVER0 was incorrectly routed to the ICFGR handler. Also fix the typo in the variable name iactiver_info -> icactiver_info.

Fixes #374

@josecm

josecm commented Jul 10, 2026

Copy link
Copy Markdown
Member

@irenebus you commit does not contain a sign-off statement. Please rewrite the commit message with it. Please check the project's commit message strcuture guideline's.

Fix the vGICR register emulation where ISACTIVER0 was incorrectly
routed to the ICACTIVER handler and ICACTIVER0 was incorrectly
routed to the ICFGR handler. Also fix the typo in the variable name
iactiver_info -> icactiver_info.

Signed-off-by: Haonan Yu <yowaii47@gmail.com>
@irenebus

Copy link
Copy Markdown
Contributor Author

@josecm , I have amended the commit message to include the sign-off statement. Thanks!

@josecm josecm merged commit b6b5320 into bao-project:main Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] GICR ISACTIVER0 and ICACTIVER0 mapped to wrong handlers

3 participants