From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMSec-00050U-Q9 for qemu-devel@nongnu.org; Fri, 13 Feb 2015 21:40:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMSeZ-0007nu-KE for qemu-devel@nongnu.org; Fri, 13 Feb 2015 21:40:22 -0500 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:55068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMSeZ-0007ng-Bx for qemu-devel@nongnu.org; Fri, 13 Feb 2015 21:40:19 -0500 Received: by mail-pa0-f44.google.com with SMTP id kq14so22690110pab.3 for ; Fri, 13 Feb 2015 18:40:18 -0800 (PST) Sender: Richard Henderson Message-ID: <54DEB58E.1050606@twiddle.net> Date: Fri, 13 Feb 2015 18:40:14 -0800 From: Richard Henderson MIME-Version: 1.0 References: <54DD17BC.5040006@sunrus.com.cn> <54DD180B.3080004@sunrus.com.cn> <54DE8DCA.6030302@sunrus.com.cn> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] target-tile: Firstly add to qemu with minimized features List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Chen Gang S Cc: "walt@tilera.com" , Chris Metcalf , Riku Voipio , qemu-devel On 02/13/2015 04:26 PM, Peter Maydell wrote: >> Oh, it needs to use "TARGET_ARCH=tilegx" instead of "TARGET_ARCH=tile", >> or can not put "CONFIG_TILE_DIS=y" to config-all-disas.mak, below (when >> I am adding "disas/tilegx.c", I meet it). > > You need to make up your mind about what your architecture > is called: is it "tile" or "tilegx"? Be consistent... In particular, if you never plan to implement the 32-bit tilepro, then call it tilegx. All the way to putting the files in target-tilegx/. r~