Re: [Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover

2017-10-18 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Message-id: 20171018170138.19078-1-dgilb...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover Type: series === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked

Re: [Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover

2017-10-18 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 Message-id: 20171018170138.19078-1-dgilb...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/7] migration: pause

Re: [Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover

2017-10-18 Thread Dr. David Alan Gilbert
[Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > # Testing script will be invoked under the git checkout with > # HEAD pointing to a commit that has the patches applied on top of "base" &g

[Qemu-devel] [PATCH v2 0/7] migration: pause-before-switchover

2017-10-18 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Hi, This set attempts to make a race condition between migration and drive-mirror (and other block users) soluble by allowing the migration to be paused after the source qemu releases the block devices but before the serialisation of the device state. The symptom