From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9U0-0002UO-KW for qemu-devel@nongnu.org; Thu, 09 Apr 2015 06:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yg9Tw-0007j2-Hy for qemu-devel@nongnu.org; Thu, 09 Apr 2015 06:14:48 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:35364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yg9Tw-0007iv-Dv for qemu-devel@nongnu.org; Thu, 09 Apr 2015 06:14:44 -0400 Received: by iggg4 with SMTP id g4so62456870igg.0 for ; Thu, 09 Apr 2015 03:14:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150409095904.GH30629@toto> References: <1428437400-8474-1-git-send-email-peter.maydell@linaro.org> <1428437400-8474-7-git-send-email-peter.maydell@linaro.org> <20150409095904.GH30629@toto> From: Peter Maydell Date: Thu, 9 Apr 2015 11:14:23 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 06/14] exec.c: Make address_space_rw take transaction attributes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Peter Crosthwaite , Patch Tracking , QEMU Developers , Greg Bellows , Paolo Bonzini , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Richard Henderson On 9 April 2015 at 10:59, Edgar E. Iglesias wrote: > On Tue, Apr 07, 2015 at 09:09:52PM +0100, Peter Maydell wrote: >> Make address_space_rw take transaction attributes, rather >> than always using the 'unspecified' attributes. > > Reviewed-by: Edgar E. Iglesias > > I guess that we eventually will need to convert the dma_ > functions? Probably, though I'm not clear what they bring to the party that the basic address_space_* functions don't (part of why I left them alone). -- PMM