qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] This patch provides AVX512 support for xbzrle_encode_buffer function
@ 2022-07-21 10:31 ling xu
  2022-07-21 10:31 ` [PATCH 1/1] Add " ling xu
  0 siblings, 1 reply; 8+ messages in thread
From: ling xu @ 2022-07-21 10:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, dgilbert, ling xu

This patch adds avx512 support for xbzrle_encode_buffer function to accelerate xbzrle encoding speed. 
The specific avx512 implementation is provided in qemu/migration/xbzrle.c. 
We provide AVX512 intrinsic support in qemu/configure file to enable avx512 in complier.
And added unit test called "test_encode_decode_random" is provided in qemu/tests/u nits/test-xbzrle.c.

ling xu (1):
  Add AVX512 support for xbzrle_encode_buffer function

 configure                | 434 ++++++++++++++++++++++++++++++++++++++-
 migration/ram.c          |   6 +
 migration/xbzrle.c       | 177 ++++++++++++++++
 migration/xbzrle.h       |   4 +
 tests/unit/test-xbzrle.c | 307 +++++++++++++++++++++++++--
 5 files changed, 908 insertions(+), 20 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-22  8:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-21 10:31 [PATCH 0/1] This patch provides AVX512 support for xbzrle_encode_buffer function ling xu
2022-07-21 10:31 ` [PATCH 1/1] Add " ling xu
2022-07-21 15:11   ` Daniel P. Berrangé
2022-07-21 16:02     ` Zhao, Zhou
2022-07-21 16:28       ` Dr. David Alan Gilbert
2022-07-21 16:41       ` Daniel P. Berrangé
2022-07-22  2:23         ` Zhao, Zhou
2022-07-22  8:29           ` Daniel P. Berrangé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).