From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgllD-00051d-Jv for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:07:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgllA-0004xR-8x for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:07:36 -0400 Received: from [199.232.76.173] (port=35996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lgll9-0004wq-Ob for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:07:35 -0400 Received: from mx20.gnu.org ([199.232.41.8]:2558) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lgll9-0006ov-FW for qemu-devel@nongnu.org; Mon, 09 Mar 2009 16:07:35 -0400 Received: from mail-fx0-f175.google.com ([209.85.220.175]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lgjx7-0000Dy-1i for qemu-devel@nongnu.org; Mon, 09 Mar 2009 14:11:49 -0400 Received: by fxm23 with SMTP id 23so1440429fxm.34 for ; Mon, 09 Mar 2009 11:09:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <200903071723.n27HNHej015459@smtp09.dti.ne.jp> References: <200902111315.n1BDFqfq024928@smtp09.dti.ne.jp> <20090303062029.GD5159@volta.aurel32.net> <200903071723.n27HNHej015459@smtp09.dti.ne.jp> Date: Mon, 9 Mar 2009 20:09:47 +0200 Message-ID: Subject: Re: [Qemu-devel] [PATCH] fread_targphys(): Do not cut off the tail. From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 3/7/09, takasi-y@ops.dti.ne.jp wrote: > loader.c:fread_targphys() read file by 4096 byte chunks and store them to > memory. But did not store the last chunk if its size was not 4096. > > Signed-off-by: Takashi YOSHII Thanks, applied.