Re: [PATCH 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-01-11 Thread Richard Henderson
On 1/12/24 01:23, Pierrick Bouvier wrote: Since we need a fixed offset between count memory location, we now need a contiguous array of CPUCount (instead of array of pointers). Signed-off-by: Pierrick Bouvier --- tests/plugin/bb.c | 54 +++ 1 file

[PATCH 08/12] tests/plugin/bb: migrate to new per_vcpu API

2024-01-11 Thread Pierrick Bouvier
Since we need a fixed offset between count memory location, we now need a contiguous array of CPUCount (instead of array of pointers). Signed-off-by: Pierrick Bouvier --- tests/plugin/bb.c | 54 +++ 1 file changed, 27 insertions(+), 27 deletions(-)