From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9GTL-0000lF-8e for qemu-devel@nongnu.org; Tue, 04 May 2010 07:39:31 -0400 Received: from [140.186.70.92] (port=36475 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9GTJ-0000jh-PE for qemu-devel@nongnu.org; Tue, 04 May 2010 07:39:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9GTI-0002Lt-0y for qemu-devel@nongnu.org; Tue, 04 May 2010 07:39:29 -0400 Received: from verein.lst.de ([213.95.11.210]:52152) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9GTH-0002LQ-Oq for qemu-devel@nongnu.org; Tue, 04 May 2010 07:39:27 -0400 Date: Tue, 4 May 2010 13:39:25 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/6] bochs: use pread Message-ID: <20100504113925.GA8448@lst.de> References: <20100504104408.GA6388@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roy Tam Cc: Christoph Hellwig , qemu-devel@nongnu.org On Tue, May 04, 2010 at 07:20:22PM +0800, Roy Tam wrote: > 2010/5/4 Christoph Hellwig : > > Use pread instead of lseek + read in preparation of using the qemu > > block API. > > > > IIRC there is no pread in MinGW. It gets replaced in the next patch anyway.