bao-project / bao-hypervisor

Bao, a Lightweight Static Partitioning Hypervisor
Apache License 2.0
379 stars 128 forks source link

fix(armv8/gic): correct GICH_MISR_LRENP #137

Closed Clara-Huang closed 6 months ago

Clara-Huang commented 7 months ago

According to GIC architecture specification, GICH_MISR[2] is called LRENP, which represents list register entry not present maintenance interrupt.

DavidMCerdeira commented 7 months ago

Please add a sign-off message to your commit. Here is information on how to do so and what it means: https://github.com/bao-project/bao-docs/blob/main/source/development/contributing.rst#commit-sign-off

Clara-Huang commented 7 months ago

Thanks for reminding me of this. I've added it just now. And it would be great if you could have a review.

DavidMCerdeira commented 6 months ago

@josecm ping