Re: [PATCH v3 0/4] Reorg ppc64 pmu insn counting

2022-01-04 Thread Cédric Le Goater
On 1/3/22 23:47, Daniel Henrique Barboza wrote: Hi, This new version implements Richard's suggestions made in the v2 review. Changes from v2: - Patch 1: * fixed "PMC[1-5]" comment in target/ppc/cpu.h - Former patch 4: squashed into patch 1 - Patch 4 (former 5): * use boolean variables

[PATCH v3 0/4] Reorg ppc64 pmu insn counting

2022-01-03 Thread Daniel Henrique Barboza
Hi, This new version implements Richard's suggestions made in the v2 review. Changes from v2: - Patch 1: * fixed "PMC[1-5]" comment in target/ppc/cpu.h - Former patch 4: squashed into patch 1 - Patch 4 (former 5): * use boolean variables instead of uint32_t * added Richard's r-b - v2 link: