From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38015) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zel0v-0002lK-D3 for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zel0s-00063L-1T for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:27:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zel0r-000639-SW for qemu-devel@nongnu.org; Wed, 23 Sep 2015 10:27:13 -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 7977391C1A for ; Wed, 23 Sep 2015 14:27:13 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Wed, 23 Sep 2015 15:27:09 +0100 Message-Id: <1443018431-11170-1-git-send-email-dgilbert@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, quintela@redhat.com 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. Dave Dr. David Alan Gilbert (2): Move dirty page search state into separate structure ram_find_and_save_block: Split out the finding migration/ram.c | 119 +++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 84 insertions(+), 35 deletions(-) v2 Typo fixes from Amit's review -- 2.5.0