Re: [PATCH v4 3/6] target/riscv: Use existing PMU counter mask in FDT generation

2023-10-23 Thread Atish Kumar Patra
On Wed, Oct 18, 2023 at 8:44 AM Rob Bradford wrote: > > During the FDT generation use the existing mask containing the enabled > counters rather then generating a new one. Using the existing mask will > support the use of discontinuous counters. > > Signed-off-by: Rob Bradford > Reviewed-by: LIU

[PATCH v4 3/6] target/riscv: Use existing PMU counter mask in FDT generation

2023-10-18 Thread Rob Bradford
During the FDT generation use the existing mask containing the enabled counters rather then generating a new one. Using the existing mask will support the use of discontinuous counters. Signed-off-by: Rob Bradford Reviewed-by: LIU Zhiwei Reviewed-by: Alistair Francis --- hw/riscv/virt.c| 2