Re: [PATCH for-10.0 3/7] hw/riscv: add riscv-iommu-sys platform device

2024-11-18 Thread Alistair Francis
On Wed, Nov 6, 2024 at 11:39 PM Daniel Henrique Barboza wrote: > > From: Tomasz Jeznach > > This device models the RISC-V IOMMU as a sysbus device. The same design > decisions taken in the riscv-iommu-pci device were kept, namely the > existence of 4 vectors are available for each interrupt cause

[PATCH for-10.0 3/7] hw/riscv: add riscv-iommu-sys platform device

2024-11-06 Thread Daniel Henrique Barboza
From: Tomasz Jeznach This device models the RISC-V IOMMU as a sysbus device. The same design decisions taken in the riscv-iommu-pci device were kept, namely the existence of 4 vectors are available for each interrupt cause. The WSIs are emitted using the input of the s->notify() callback as a in