Re: [PATCH for-10.0 5/7] hw/riscv/virt.c, riscv-iommu-sys.c: add MSIx support

2024-11-18 Thread Alistair Francis
On Wed, Nov 6, 2024 at 11:36 PM Daniel Henrique Barboza wrote: > > MSIx support is added in the RISC-V IOMMU platform device by including > the required MSIx facilities to alow software to properly setup the MSIx > subsystem. > > We took inspiration of what is being done in the riscv-iommu-pci dev

[PATCH for-10.0 5/7] hw/riscv/virt.c, riscv-iommu-sys.c: add MSIx support

2024-11-06 Thread Daniel Henrique Barboza
MSIx support is added in the RISC-V IOMMU platform device by including the required MSIx facilities to alow software to properly setup the MSIx subsystem. We took inspiration of what is being done in the riscv-iommu-pci device, mainly msix_init() and msix_notify(), while keeping in mind that riscv