From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39331 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdPGM-0004Cx-26 for qemu-devel@nongnu.org; Thu, 13 Jan 2011 10:38:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdPGK-00022K-FT for qemu-devel@nongnu.org; Thu, 13 Jan 2011 10:38:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdPGK-00022B-8e for qemu-devel@nongnu.org; Thu, 13 Jan 2011 10:38:56 -0500 Message-ID: <4D2F1CE3.3040608@redhat.com> Date: Thu, 13 Jan 2011 16:40:19 +0100 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/3] ide: factor dma handling helpers References: <20101220124548.GA6395@lst.de> In-Reply-To: <20101220124548.GA6395@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 20.12.2010 13:45, schrieb Christoph Hellwig: > Factor the DMA I/O path that is duplicated between read and write > commands, into common helpers using the s->is_read flag added for > the macio ATA controller. > > Signed-off-by: Christoph Hellwig Thanks, applied all to the block branch. Kevin