From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvqQX-0007De-6K for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:40:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZvqQU-0007Ww-HX for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:40:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZvqQU-0007Wq-C2 for qemu-devel@nongnu.org; Mon, 09 Nov 2015 12:40:18 -0500 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Mon, 9 Nov 2015 17:33:29 +0000") References: <1447090141-29074-1-git-send-email-quintela@redhat.com> Date: Mon, 09 Nov 2015 18:40:15 +0100 Message-ID: <874mgv9im8.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 00/57] Migration pull Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Amit Shah , QEMU Developers , "Dr. David Alan Gilbert" Peter Maydell wrote: > On 9 November 2015 at 17:28, Juan Quintela wrote: >> >> Hi >> >> two items: >> >> - Postcopy pull request (dave) >> - fix for qemu_completion (Denis) >> >> Please apply. > > 57 patches three days before hard freeze? Are you *really* sure about this? 1 is a fix. We were expecting postcopy to be in for 2.5. and it got 3 full reviews in the last two weeks. We haven't had a single complaint on the review process. Majority of the code is of the type: if (postcopy) { } else { } Shouldn't affect precopy (famous last words). So my vote is yes. Later, Juan.