From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OANWm-0000hU-FW for qemu-devel@nongnu.org; Fri, 07 May 2010 09:23:40 -0400 Received: from [140.186.70.92] (port=58236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANWc-0003pM-Oi for qemu-devel@nongnu.org; Fri, 07 May 2010 09:23:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAKYZ-00058S-JX for qemu-devel@nongnu.org; Fri, 07 May 2010 06:13:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52445) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAKYZ-000585-Bm for qemu-devel@nongnu.org; Fri, 07 May 2010 06:13:19 -0400 Message-ID: <4BE3E79E.3040600@redhat.com> Date: Fri, 07 May 2010 12:12:46 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] parallels: use pread References: <20100506200434.GA6865@lst.de> In-Reply-To: <20100506200434.GA6865@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 06.05.2010 22:04, schrieb Christoph Hellwig: > > Use pread instead of lseek + read in preparation of using the qemu > block API. > > Signed-off-by: Christoph Hellwig Thanks, applied both patches to the block branch. We'll probably have to live with the fact that we can't test changes to the parallels driver and need to trust patch review. Kevin