Re: [PATCH for-10.0 03/11] hw/riscv/riscv-iommu: add riscv-iommu-hpm file

2025-02-23 Thread Alistair Francis
On Thu, Dec 5, 2024 at 11:35 PM Daniel Henrique Barboza wrote: > > From: Tomasz Jeznach > > The HPM (Hardware Performance Monitor) support consists of almost 7 > hundred lines that would be put on top of the base riscv-iommu > emulation. > > To avoid clogging riscv-iommu.c, add a separated riscv-

[PATCH for-10.0 03/11] hw/riscv/riscv-iommu: add riscv-iommu-hpm file

2024-12-05 Thread Daniel Henrique Barboza
From: Tomasz Jeznach The HPM (Hardware Performance Monitor) support consists of almost 7 hundred lines that would be put on top of the base riscv-iommu emulation. To avoid clogging riscv-iommu.c, add a separated riscv-iommu-hpm file that will contain HPM specific code. We'll start by adding ris