Re: [PATCH 7/9] migration/xbzrle: Use i386 cacheinfo.h

2023-05-18 Thread Juan Quintela
Richard Henderson wrote: > Perform the function selection once, and only if CONFIG_AVX512_OPT > is enabled. Centralize the selection to xbzrle.c, instead of > spreading the init across 3 files. > > Remove xbzrle-bench.c. The benefit of being able to benchmark > the different implementations is l

[PATCH 7/9] migration/xbzrle: Use i386 cacheinfo.h

2023-05-17 Thread Richard Henderson
Perform the function selection once, and only if CONFIG_AVX512_OPT is enabled. Centralize the selection to xbzrle.c, instead of spreading the init across 3 files. Remove xbzrle-bench.c. The benefit of being able to benchmark the different implementations is less important than peeking into the i