From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wufds-0004bu-9t for qemu-devel@nongnu.org; Wed, 11 Jun 2014 06:20:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wufdl-0003Tr-Q8 for qemu-devel@nongnu.org; Wed, 11 Jun 2014 06:20:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wufdl-0003TU-Ix for qemu-devel@nongnu.org; Wed, 11 Jun 2014 06:20:21 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5BAKJ7Y023305 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 11 Jun 2014 06:20:20 -0400 From: Juan Quintela In-Reply-To: <5397352D.7090508@redhat.com> (Paolo Bonzini's message of "Tue, 10 Jun 2014 18:41:17 +0200") References: <1402417904-6523-1-git-send-email-quintela@redhat.com> <5397352D.7090508@redhat.com> Date: Wed, 11 Jun 2014 12:20:18 +0200 Message-ID: <87tx7rrbml.fsf@troll.troll> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 0/4] migration queue Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Paolo Bonzini wrote: > Il 10/06/2014 18:31, Juan Quintela ha scritto: >> Hi >> >> This includes: >> >> - last two patches that remove version_minimum_id_old. >> >> - refactor of opening of files was already tested (this is test-vmstate only) >> - v4 of flags in ram_load from Peter. >> >> Please, apply. >> >> Juan. > > You missed the patch to change the default minimum downtime. Thanks, v4 was still not ready when I did the pull request. Added the downtime one & RDMA for next pull request (that expect to be just after this one gets integrated.) Thanks again, Juan.