Re: [PATCH v10 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device

2025-02-27 Thread Alistair Francis
On Wed, Jan 22, 2025 at 6:48 PM Ethan Chen via wrote: > > Support IOPMP specification v0.9.2RC3. > The specification url: > https://github.com/riscv-non-isa/iopmp-spec/releases/tag/v0.9.2-RC3 > > The IOPMP checks whether memory access from a device or CPU is valid. > This implementation uses an IO

[PATCH v10 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device

2025-01-22 Thread Ethan Chen via
Support IOPMP specification v0.9.2RC3. The specification url: https://github.com/riscv-non-isa/iopmp-spec/releases/tag/v0.9.2-RC3 The IOPMP checks whether memory access from a device or CPU is valid. This implementation uses an IOMMU to modify the address space accessed by the device. For device