Re: [PATCH v7 00/12] riscv: QEMU RISC-V IOMMU Support

2024-09-05 Thread Alistair Francis
On Wed, Sep 4, 2024 at 6:17 AM Daniel Henrique Barboza wrote: > > Hi, > > In this new version the only significant code change was made in patch > 3, where we're no longer modifying the host address with the translated > address. The remaining of the changes consist in adding more in-code > docs (

[PATCH v7 00/12] riscv: QEMU RISC-V IOMMU Support

2024-09-03 Thread Daniel Henrique Barboza
Hi, In this new version the only significant code change was made in patch 3, where we're no longer modifying the host address with the translated address. The remaining of the changes consist in adding more in-code docs (a.k.a comments) on the design choices made in the emulation. The docs were