Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members

2025-01-30 Thread Alistair Francis
On Wed, Jan 22, 2025 at 6:11 PM Jason Chien wrote: > > Ping > > Jason Chien 於 2025年1月15日 週三 下午10:17寫道: >> >> Initially, the IOMMU would create a thread, but this thread was removed in >> the merged version. The struct members for thread control should have been >> removed as well, but they were n

Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members

2025-01-30 Thread Alistair Francis
On Thu, Jan 16, 2025 at 12:19 AM Jason Chien wrote: > > Initially, the IOMMU would create a thread, but this thread was removed in > the merged version. The struct members for thread control should have been > removed as well, but they were not removed in commit 0c54acb8243 > ("hw/riscv: add RISC-

Re: [PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members

2025-01-22 Thread Jason Chien
Ping Jason Chien 於 2025年1月15日 週三 下午10:17寫道: > Initially, the IOMMU would create a thread, but this thread was removed in > the merged version. The struct members for thread control should have been > removed as well, but they were not removed in commit 0c54acb8243 > ("hw/riscv: add RISC-V IOMMU

[PATCH v3 1/2] hw/riscv/riscv-iommu: Remove redundant struct members

2025-01-15 Thread Jason Chien
Initially, the IOMMU would create a thread, but this thread was removed in the merged version. The struct members for thread control should have been removed as well, but they were not removed in commit 0c54acb8243 ("hw/riscv: add RISC-V IOMMU base emulation"). Signed-off-by: Jason Chien Reviewed