From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmJsQ-0003Va-W2 for qemu-devel@nongnu.org; Wed, 04 Jul 2012 03:19:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmJsP-0007hi-Ct for qemu-devel@nongnu.org; Wed, 04 Jul 2012 03:19:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmJsP-0007hZ-5C for qemu-devel@nongnu.org; Wed, 04 Jul 2012 03:19:53 -0400 Message-ID: <4FF3EE9F.5070407@redhat.com> Date: Wed, 04 Jul 2012 10:19:59 +0300 From: Orit Wasserman MIME-Version: 1.0 References: <1341323574-23206-1-git-send-email-owasserm@redhat.com> <1341323574-23206-10-git-send-email-owasserm@redhat.com> <4FF35850.6040308@redhat.com> In-Reply-To: <4FF35850.6040308@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v14 09/13] Add migration_end function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, quintela@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, blauwirbel@gmail.com, avi@redhat.com, pbonzini@redhat.com, chegu_vinod@hp.com On 07/03/2012 11:38 PM, Eric Blake wrote: > On 07/03/2012 07:52 AM, Orit Wasserman wrote: >> Signed-off-by: Orit Wasserman >> --- >> arch_init.c | 7 ++++++- >> 1 files changed, 6 insertions(+), 1 deletions(-) > > You failed to account for my v13 review that you missed a hunk in this > patch (you mistakenly delayed it to 11/13). Furthermore, hasn't this > patch (and several others) were already picked up by Juan; you should > rebase on top of his pull request. > Agreed.