bao-project / bao-hypervisor

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

feat(riscv/iommu): update support for RISC-V IOMMU Device Directory Table #128

Closed malejo97 closed 6 months ago

malejo97 commented 9 months ago

This PR introduces multiple updates to RISC-V IOMMU support regarding the Device Directory Table.

Changes:

Validation

josecm commented 8 months ago

Thanks for this @malejo97 ! To fix the failing checks, can you please apply the formatter (just run make format), and shorten the commit messages?

malejo97 commented 8 months ago

Thanks for this @malejo97 ! To fix the failing checks, can you please apply the formatter (just run make format), and shorten the commit messages?

Done. I've merged all commits into a single one with the checks fixed