From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzUmO-0004EQ-Pt for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:49:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzUmK-0005xv-UT for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:49:44 -0400 Received: from mail-qg0-x22c.google.com ([2607:f8b0:400d:c04::22c]:35693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzUmK-0005xq-QZ for qemu-devel@nongnu.org; Mon, 01 Jun 2015 14:49:40 -0400 Received: by qgg60 with SMTP id 60so50858620qgg.2 for ; Mon, 01 Jun 2015 11:49:40 -0700 (PDT) Sender: Richard Henderson Message-ID: <556CA940.4020102@twiddle.net> Date: Mon, 01 Jun 2015 11:49:36 -0700 From: Richard Henderson MIME-Version: 1.0 References: <556C11D1.4080301@redhat.com> In-Reply-To: <556C11D1.4080301@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 15/34] HACK: monitor: Comment out TCG profile ops List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, edgar.iglesias@gmail.com, afaerber@suse.de, Peter Crosthwaite On 06/01/2015 01:03 AM, Paolo Bonzini wrote: > Also for example tcg/tcg-opc.h should only depend on > TCG_TARGET_REG_BITS, i.e. not on the arch. Hence tcg_op_defs should > also be arch-independent. The actual enumeration is 100% arch independent. It's just the number and types of the arguments to the qemu_ld/st opcodes that vary by TARGET_LONG_BITS. r~