From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZJr9-0003oB-Rx for qemu-devel@nongnu.org; Fri, 26 Feb 2016 09:59:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZJr5-0007YA-Mt for qemu-devel@nongnu.org; Fri, 26 Feb 2016 09:58:59 -0500 Received: from mx2.parallels.com ([199.115.105.18]:54682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZJr5-0007XD-HC for qemu-devel@nongnu.org; Fri, 26 Feb 2016 09:58:55 -0500 References: <20160226131554.GP10967@grmbl.mre> From: "Denis V. Lunev" Message-ID: <56D0681A.5000705@openvz.org> Date: Fri, 26 Feb 2016 17:58:34 +0300 MIME-Version: 1.0 In-Reply-To: <20160226131554.GP10967@grmbl.mre> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/6] migration pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah , Peter Maydell Cc: Juan Quintela , qemu list , Matthew Fortune , richard.weiyang@gmail.com, "Dr. David Alan Gilbert" , Sascha Silbe On 02/26/2016 04:15 PM, Amit Shah wrote: > On (Fri) 26 Feb 2016 [12:23:01], Peter Maydell wrote: >> On 26 February 2016 at 09:55, Amit Shah wrote: >>> The following changes since commit 0c6940d086f39bbf725d96104abe46da87429cb6: >>> >>> build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directories (2016-02-25 16:41:08 +0000) >>> >>> are available in the git repository at: >>> >>> https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migration-for-2.6-4 >>> >>> for you to fetch changes up to aa81a236c8dc8fe18e26d9dadeb759dc53ee7e97: >>> >>> migration/vmstate: document VMStateFlags (2016-02-26 15:09:52 +0530) >>> >>> ---------------------------------------------------------------- >>> migration pull >>> - fix a qcow2 assert >>> - fix for older distros (CentOS 5) >>> - documentation for vmstate flags >>> - minor code rearrangement >>> >> Hi. I'm afraid this causes make check to fail: > Oops, I should've caught that. > >> /i386/ahci/flush/migrate: >> /i386/ahci/migrate/sanity: >> /i386/ahci/migrate/dma/simple: >> /i386/ahci/migrate/dma/halted: >> /i386/ahci/migrate/ncq/simple: >> /i386/ahci/migrate/ncq/halted: >> Broken pipe >> FAIL >> GTester: last random seed: R02S34da744548f394684dbb7b6d11e14043 >> (pid=56820) >> >> (failure seen on ppc64be, x86-64 linux, aarch64, but not aarch32 or OSX). > AHCI tests are failing due to Denis's patches. I'm checking why. > > Amit oops. Interesting :(