From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaRcX-00035x-DP for qemu-devel@nongnu.org; Tue, 24 Mar 2015 12:24:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaRcU-00071w-52 for qemu-devel@nongnu.org; Tue, 24 Mar 2015 12:24:01 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:40852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaRcT-00071j-Tv for qemu-devel@nongnu.org; Tue, 24 Mar 2015 12:23:58 -0400 Date: Tue, 24 Mar 2015 12:23:54 -0400 (EDT) From: Paolo Bonzini Message-ID: <1355384493.3824166.1427214234629.JavaMail.zimbra@redhat.com> In-Reply-To: References: <5511787F.40301@redhat.com> <55117DF5.7000408@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFC: memory API changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Peter Crosthwaite , QEMU Developers , Greg Bellows , "Edgar E. Iglesias" , Andreas =?utf-8?Q?F=C3=A4rber?= , Richard Henderson > On 24 March 2015 at 15:08, Paolo Bonzini wrote: > > On 24/03/2015 15:53, Peter Maydell wrote: > >>> > In any case, the removal or segregation of ld/st*_phys should be a > >>> > separate series for ease of review. > >> Who wants to remove ld/st*_phys? Not me... > > > > Well, you want to rename them _and_ add new arguments. Basically at the > > end they don't exist anymore as we know them now. :) > > I guess :-) So what exactly would you like to see as a > separate series? Adding the arguments / renaming the functions, for those callers of ld/st*_phys that use cs->as as the first argument. Paolo