From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcHBZ-0006xt-T6 for qemu-devel@nongnu.org; Wed, 16 Sep 2015 14:12:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcHBW-0000Rd-Ge for qemu-devel@nongnu.org; Wed, 16 Sep 2015 14:12:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcHBW-0000RX-BP for qemu-devel@nongnu.org; Wed, 16 Sep 2015 14:11:58 -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 CCC22AC1A1 for ; Wed, 16 Sep 2015 18:11:56 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Wed, 16 Sep 2015 19:11:52 +0100 Message-Id: <1442427114-5075-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 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(-) -- 2.4.3