Re: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread Fam Zheng
On Wed, 06/07 12:29, Alexey Perevalov wrote: > On 06/07/2017 12:24 PM, Fam Zheng wrote: > > On Wed, 06/07 01:40, no-re...@patchew.org wrote: > > > Hi, > > > > > > This series failed build test on s390x host. Please find the details > > > below. > > So what happened is the double '[[' in the subje

Re: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side Message-id: 1496820931

Re: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread Alexey Perevalov
On 06/07/2017 12:24 PM, Fam Zheng wrote: On Wed, 06/07 01:40, no-re...@patchew.org wrote: Hi, This series failed build test on s390x host. Please find the details below. So what happened is the double '[[' in the subject line confused Patchew, and each patch in this series is treated as a stan

Re: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread Fam Zheng
On Wed, 06/07 01:40, no-re...@patchew.org wrote: > Hi, > > This series failed build test on s390x host. Please find the details below. So what happened is the double '[[' in the subject line confused Patchew, and each patch in this series is treated as a standalone patch. Fam

Re: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 1496820931-27416-10-git-send-email-a.pereva...@samsung.com Subject: [Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [[PATCH V7] 09/11] migration: calculate vCPU blocktime on dst side

2017-06-07 Thread Alexey Perevalov
This patch provides blocktime calculation per vCPU, as a summary and as a overlapped value for all vCPUs. This approach was suggested by Peter Xu, as an improvements of previous approch where QEMU kept tree with faulted page address and cpus bitmask in it. Now QEMU is keeping array with faulted pa