From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzP1a-0000Nj-LI for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:13:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzP1Z-00071B-Lb for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:13:18 -0500 Received: from mail-vk0-x232.google.com ([2607:f8b0:400c:c05::232]:36547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzP1Z-00070v-E0 for qemu-devel@nongnu.org; Thu, 19 Nov 2015 08:13:17 -0500 Received: by vkgy188 with SMTP id y188so16030862vkg.3 for ; Thu, 19 Nov 2015 05:13:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1447932069-2772-1-git-send-email-quintela@redhat.com> References: <1447932069-2772-1-git-send-email-quintela@redhat.com> From: Peter Maydell Date: Thu, 19 Nov 2015 13:12:57 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/14] Migration pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: Amit Shah , John Snow , QEMU Developers , "Dr. David Alan Gilbert" On 19 November 2015 at 11:20, Juan Quintela wrote: > Hi > > In thiss pull request: > - snapshot fixes. As it caused a crash are imprtant (Denis) > - optimization that was lost on postcopy merge (Dave) > - fix two very small issues discovered by coverity. (Dave) > > Apply, please. > > > The following changes since commit 8f280309030331a912fd8924c129d8bd59e1bdc7: > > Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-11-18 17:07:24 +0000) > > are available in the git repository at: > > git://github.com/juanquintela/qemu.git tags/migration/20151119 > > for you to fetch changes up to 79b3c12ac5714e036a16d1a163a3517d74504f87: > > migration: normalize locking in migration/savevm.c (2015-11-19 11:50:00 +0100) > > ---------------------------------------------------------------- > migration/next for 20151119 Hi. Unfortunately this failed in 'make check' (x86-64 Linux, debug build): GTESTER check-qtest-i386 blkdebug: Suspended request 'A' blkdebug: Resuming request 'A' ** ERROR:/home/petmay01/linaro/qemu-for-merges/tests/ide-test.c:656:ide_wait_clear: code should not be reached GTester: last random seed: R02Sf1d98a814dee34e3985479976b17883c main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations main-loop: WARNING: I/O thread spun for 1000 iterations [vmxnet3][WR][vmxnet3_peer_has_vnet_hdr]: Peer has no virtio extension. Task offloads will be emulated. make: *** [check-qtest-i386] Error 1 It might be an intermittent test fail from an earlier IDE pull? thanks -- PMM