From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvyEC-0004bm-Iv for qemu-devel@nongnu.org; Mon, 30 Jul 2012 18:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvyEB-0000qU-Ov for qemu-devel@nongnu.org; Mon, 30 Jul 2012 18:14:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvyEB-0000qQ-HB for qemu-devel@nongnu.org; Mon, 30 Jul 2012 18:14:15 -0400 From: Juan Quintela In-Reply-To: <20120730163836.767027ab@doriath.home> (Luiz Capitulino's message of "Mon, 30 Jul 2012 16:38:36 -0300") References: <1343554983-4195-1-git-send-email-owasserm@redhat.com> <20120730163836.767027ab@doriath.home> Date: Tue, 31 Jul 2012 00:13:23 +0200 Message-ID: <87d33c524c.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 00/11] Migration next v7 Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, stefanha@gmail.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, blauwirbel@gmail.com, Orit Wasserman , chegu_vinod@hp.com, avi@redhat.com, pbonzini@redhat.com, eblake@redhat.com Luiz Capitulino wrote: > On Sun, 29 Jul 2012 12:42:52 +0300 > Orit Wasserman wrote: > >> Those are the latest XBZRLE patches (part of the migration next branch). > > I've concentrated my review on the QMP part, which looks good in general, but > has some details to be fixed. > > I'd like to give this a try btw, but it doesn't apply on top of master. Which > branch is this against? On top of migraration-next-v5 on the list. Later, Juan.)