Re: [Qemu-devel] [PATCH v3 0/5] migration: improve multithreads

2018-11-22 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181122072028.22819-1-xiaoguangr...@tencent.com Type: series Subject: [Qemu-devel] [PATCH v3 0/5] migration: improve multithreads === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

Re: [Qemu-devel] [PATCH v3 0/5] migration: improve multithreads

2018-11-22 Thread no-reply
Hi, This series failed 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. Message-id: 20181122072028.22819-1-xiaoguangr...@tencent.com Type: series Subject: [Qemu-devel] [PATCH v3 0/5

[Qemu-devel] [PATCH v3 0/5] migration: improve multithreads

2018-11-21 Thread guangrong . xiao
From: Xiao Guangrong Changelog in v3: Thanks to Emilio's comments and his example code, the changes in this version are: 1. move @requests from the shared data struct to each single thread 2. move completion ev from the shared data struct to each single thread 3. move bitmaps from the shared data