From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1yC1-0006OF-NJ for qemu-devel@nongnu.org; Fri, 19 Dec 2014 09:06:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1yBs-0003NI-A7 for qemu-devel@nongnu.org; Fri, 19 Dec 2014 09:06:09 -0500 Received: from mail-qc0-x233.google.com ([2607:f8b0:400d:c01::233]:53197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1yBs-0003Mu-5m for qemu-devel@nongnu.org; Fri, 19 Dec 2014 09:06:00 -0500 Received: by mail-qc0-f179.google.com with SMTP id c9so652752qcz.38 for ; Fri, 19 Dec 2014 06:05:59 -0800 (PST) Sender: Richard Henderson Message-ID: <549430C3.7030802@twiddle.net> Date: Fri, 19 Dec 2014 08:05:55 -0600 From: Richard Henderson MIME-Version: 1.0 References: <1418963165-498-1-git-send-email-ehabkost@redhat.com> <1418963165-498-2-git-send-email-ehabkost@redhat.com> In-Reply-To: <1418963165-498-2-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] tcg: Introduce tcg_arch_init() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost , qemu-devel@nongnu.org Cc: Paolo Bonzini , =?windows-1252?Q?Andreas_F=E4rber?= On 12/18/2014 10:26 PM, Eduardo Habkost wrote: > +void tcg_arch_init(void); I'm not keen on the name, because it's fairly ambiguous whether "arch" is talking about the host or target. It doesn't help that "tcg_target" is the host. ;-P Assuming we do this (see hook discussion), what about "translator" instead? r~