Re: [PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h

2024-07-03 Thread Daniel Henrique Barboza
On 6/25/24 9:59 PM, Alistair Francis wrote: On Tue, Jun 25, 2024 at 6:20 AM Daniel Henrique Barboza wrote: From: Tomasz Jeznach This header will be used by the RISC-V IOMMU emulation to be added in the next patch. Due to its size it's being sent in separate for an easier review. One

Re: [PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h

2024-06-25 Thread Alistair Francis
On Tue, Jun 25, 2024 at 6:20 AM Daniel Henrique Barboza wrote: > > From: Tomasz Jeznach > > This header will be used by the RISC-V IOMMU emulation to be added > in the next patch. Due to its size it's being sent in separate for > an easier review. > > One thing to notice is that this header can

[PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h

2024-06-24 Thread Daniel Henrique Barboza
From: Tomasz Jeznach This header will be used by the RISC-V IOMMU emulation to be added in the next patch. Due to its size it's being sent in separate for an easier review. One thing to notice is that this header can be replaced by the future Linux RISC-V IOMMU driver header, which would become