From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVL1-00052t-0K for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:25:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzVKv-0001Tk-Dl for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:25:30 -0400 Received: from mail-qk0-x22f.google.com ([2607:f8b0:400d:c09::22f]:33573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzVKv-0001TY-AL for qemu-devel@nongnu.org; Mon, 01 Jun 2015 15:25:25 -0400 Received: by qkhg32 with SMTP id g32so89452811qkh.0 for ; Mon, 01 Jun 2015 12:25:25 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CB1A0.8010009@twiddle.net> Date: Mon, 01 Jun 2015 12:25:20 -0700 From: Richard Henderson MIME-Version: 1.0 References: <26fe619f01abfe3bedd64733c0500b84675f3f44.1433052532.git.crosthwaite.peter@gmail.com> In-Reply-To: <26fe619f01abfe3bedd64733c0500b84675f3f44.1433052532.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 11/34] include/exec: Move cputlb exec.c defs out List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: edgar.iglesias@gmail.com, Peter Crosthwaite , pbonzini@redhat.com, afaerber@suse.de, peter.maydell@linaro.org On 05/30/2015 11:11 PM, Peter Crosthwaite wrote: > Move the architecture agnostic function prototypes for exec.c out of > cputlb.h to exec-all.h. This allows hiding of the arch specific > cputlb.h from exec.c which should be getting close to having no > architecture specifics. Prepares support for multi-arch, which will have > a minimal cpu.h that services exec.c but not cputlb.h. > > Signed-off-by: Peter Crosthwaite > --- > exec.c | 1 - > include/exec/cputlb.h | 14 -------------- > include/exec/exec-all.h | 15 +++++++++++++++ > 3 files changed, 15 insertions(+), 15 deletions(-) Reviewed-by: Richard Henderson r~