From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=55486 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM20q-0002YM-22 for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:50:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM20p-00046O-4F for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:50:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM20o-00046C-QA for qemu-devel@nongnu.org; Tue, 08 Jun 2010 12:50:51 -0400 Message-ID: <4C0E74D5.1090209@redhat.com> Date: Tue, 08 Jun 2010 18:50:29 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/3] cow: use qemu block API References: <20100607100647.GC2176@lst.de> In-Reply-To: <20100607100647.GC2176@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 07.06.2010 12:06, schrieb Christoph Hellwig: > Use bdrv_pwrite to access the backing device instead of pread, and > convert the driver to implementing the bdrv_open method which gives > it an already opened BlockDriverState for the underlying device. > > Signed-off-by: Christoph Hellwig Thanks, applied all to the block branch. Kevin