From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zexe6-0003PE-E1 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:56:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zexe2-0004RC-BN for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:56:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zexe2-0004R6-66 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:56:30 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 04AE1C0B918B for ; Thu, 24 Sep 2015 03:56:28 +0000 (UTC) Date: Thu, 24 Sep 2015 09:26:19 +0530 From: Amit Shah Message-ID: <20150924035619.GC25273@grmbl.mre> References: <1443018431-11170-1-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443018431-11170-1-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] Split up ram_find_and_save_block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com On (Wed) 23 Sep 2015 [15:27:09], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Chop up ram_find_and_save_block so it's smaller again. > (from comments on my postcopy patch that adds more to it). > > This pair is based on top of my previous 5 patch cleanup series posted > in August, but rebased on current qemu master. Reviewed-by: Amit Shah Amit