Re: [PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device

2024-11-18 Thread Alistair Francis
On Wed, Nov 6, 2024 at 11:38 PM Daniel Henrique Barboza wrote: > > Hi, > > Now that we have merged the base IOMMU support we can re-introduce > the riscv-iommu-sys platform device that was taken away from the initial > posting. > > Aside from adding support for the device in the 'virt' machine we'

Re: [PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device

2024-11-06 Thread Andrew Jones
On Wed, Nov 06, 2024 at 10:34:00AM -0300, Daniel Henrique Barboza wrote: > Hi, > > Now that we have merged the base IOMMU support we can re-introduce > the riscv-iommu-sys platform device that was taken away from the initial > posting. > > Aside from adding support for the device in the 'virt' ma

[PATCH for-10.0 0/7] hw/riscv: riscv-iommu-sys device

2024-11-06 Thread Daniel Henrique Barboza
Hi, Now that we have merged the base IOMMU support we can re-introduce the riscv-iommu-sys platform device that was taken away from the initial posting. Aside from adding support for the device in the 'virt' machine we're also adding MSI support for it, something that we weren't doing before. The