From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjnbI-0004Jt-An for qemu-devel@nongnu.org; Mon, 12 May 2014 06:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjnbC-0005w0-52 for qemu-devel@nongnu.org; Mon, 12 May 2014 06:36:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4461) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjnbB-0005vu-TG for qemu-devel@nongnu.org; Mon, 12 May 2014 06:36:46 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4CAai6L030791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 May 2014 06:36:45 -0400 From: Juan Quintela In-Reply-To: <1399632895-17675-1-git-send-email-dgilbert@redhat.com> (David Alan Gilbert's message of "Fri, 9 May 2014 11:54:55 +0100") References: <1399632895-17675-1-git-send-email-dgilbert@redhat.com> Date: Mon, 12 May 2014 12:36:42 +0200 Message-ID: <87d2fj8erp.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH] Split ram_save_block Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org "Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > ram_save_block is getting a bit too complicated, and does two separate > things: > 1) Finds a page to send > 2) Sends the page (dealing with compression etc) > > Split into 'ram_save_page' to send the page and deal with compression (2) > Rename remaining function to 'ram_find_and_save_block' > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Juan Quintela