Re: [PATCH 5/9] util/bufferiszero: Use i386 cpuinfo.h

2023-05-18 Thread Richard Henderson
On 5/18/23 02:49, Juan Quintela wrote: Richard Henderson wrote: Use cpuinfo_init() during init_accel(), and the variable cpuinfo during test_buffer_is_zero_next_accel(). Adjust the logic that cycles through the set of accelerators for testing. Signed-off-by: Richard Henderson Semi related

Re: [PATCH 5/9] util/bufferiszero: Use i386 cpuinfo.h

2023-05-18 Thread Juan Quintela
Richard Henderson wrote: > Use cpuinfo_init() during init_accel(), and the variable cpuinfo > during test_buffer_is_zero_next_accel(). Adjust the logic that > cycles through the set of accelerators for testing. > > Signed-off-by: Richard Henderson Semi related to this. For migration, I check e

[PATCH 5/9] util/bufferiszero: Use i386 cpuinfo.h

2023-05-17 Thread Richard Henderson
Use cpuinfo_init() during init_accel(), and the variable cpuinfo during test_buffer_is_zero_next_accel(). Adjust the logic that cycles through the set of accelerators for testing. Signed-off-by: Richard Henderson --- util/bufferiszero.c | 126 1 file