Re: [Qemu-devel] [PATCH v2 0/3] optimize waiting for free thread to do compression

2019-01-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190111063732.10484-1-xiaoguangr...@tencent.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEG

Re: [Qemu-devel] [PATCH v2 0/3] optimize waiting for free thread to do compression

2019-01-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190111063732.10484-1-xiaoguangr...@tencent.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BE

Re: [Qemu-devel] [PATCH v2 0/3] optimize waiting for free thread to do compression

2019-01-11 Thread Markus Armbruster
guangrong.x...@gmail.com writes: > From: Xiao Guangrong > > Changelog in v2: > squash 'compress-wait-thread-adaptive' into 'compress-wait-thread' based > on peter's suggestion > > > Currently we have two behaviors if all threads are busy to do compression, > the main thread mush wait one of them

[Qemu-devel] [PATCH v2 0/3] optimize waiting for free thread to do compression

2019-01-10 Thread guangrong . xiao
From: Xiao Guangrong Changelog in v2: squash 'compress-wait-thread-adaptive' into 'compress-wait-thread' based on peter's suggestion Currently we have two behaviors if all threads are busy to do compression, the main thread mush wait one of them becoming free if @compress-wait-thread set to on