From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NezUY-0005ZW-Df for qemu-devel@nongnu.org; Tue, 09 Feb 2010 18:27:38 -0500 Received: from [199.232.76.173] (port=36491 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NezUX-0005ZC-W0 for qemu-devel@nongnu.org; Tue, 09 Feb 2010 18:27:38 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NezUW-0005ai-Mi for qemu-devel@nongnu.org; Tue, 09 Feb 2010 18:27:37 -0500 Received: from mail-iw0-f185.google.com ([209.85.223.185]:44830) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NezUW-0005ac-Dr for qemu-devel@nongnu.org; Tue, 09 Feb 2010 18:27:36 -0500 Received: by iwn15 with SMTP id 15so6012038iwn.19 for ; Tue, 09 Feb 2010 15:27:35 -0800 (PST) Message-ID: <4B71EF63.8090408@codemonkey.ws> Date: Tue, 09 Feb 2010 17:27:31 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 1/5] Remove unused code References: <1264494709-31848-1-git-send-email-lirans@il.ibm.com> <1264494709-31848-2-git-send-email-lirans@il.ibm.com> In-Reply-To: <1264494709-31848-2-git-send-email-lirans@il.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liran Schour Cc: qemu-devel@nongnu.org On 01/26/2010 02:31 AM, Liran Schour wrote: > blk_mig_save_bulked_block is never called with sync flag. Remove the sync > flag. Calculate bulk completion during blk_mig_save_bulked_block. > Remove unused constants. > > Signed-off-by: Liran Schour > Applied all. Thanks. Regards, Anthony Liguori