From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH RFC 6/8] xen: make xen_create_contiguous_region return the dma address Date: Thu, 1 Aug 2013 12:34:04 +0100 Message-ID: <51FA47AC.2020507@citrix.com> References: <1375292732-7627-6-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375292732-7627-6-git-send-email-stefano.stabellini@eu.citrix.com> Sender: linux-kernel-owner@vger.kernel.org To: Stefano Stabellini Cc: xen-devel@lists.xensource.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, konrad.wilk@oracle.com, Ian.Campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 31/07/13 18:45, Stefano Stabellini wrote: > Modify xen_create_contiguous_region to return the dma address of the > newly contiguous buffer. Seems sensible. Reviewed-by: David Vrabel David