From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPbHo-0006G9-FS for qemu-devel@nongnu.org; Sun, 22 Feb 2015 13:29:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPbHl-0003ME-7v for qemu-devel@nongnu.org; Sun, 22 Feb 2015 13:29:48 -0500 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:40344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPbHk-0003M9-Vx for qemu-devel@nongnu.org; Sun, 22 Feb 2015 13:29:45 -0500 Received: by paceu11 with SMTP id eu11so21759935pac.7 for ; Sun, 22 Feb 2015 10:29:43 -0800 (PST) Sender: Richard Henderson Message-ID: <54EA2013.5080306@twiddle.net> Date: Sun, 22 Feb 2015 10:29:39 -0800 From: Richard Henderson MIME-Version: 1.0 References: <54E9DA4D.1050702@sunrus.com.cn> In-Reply-To: <54E9DA4D.1050702@sunrus.com.cn> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/6 v4] tilegx: Can load elf64 tilegx binary successfully for linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang S , Chris Metcalf , Peter Maydell , Riku Voipio , "walt@tilera.com" Cc: qemu-devel On 02/22/2015 05:31 AM, Chen Gang S wrote: > Chen Gang (6): > target-tilegx: Firstly add to qemu with minimized features > linux-user: tilegx: Firstly add architecture related features > linux-user: tilegx: Add target features support within qemu > linux-user: Support tilegx architecture in syscall > linux-user: Support tilegx architecture in linux-user > linux-user/syscall.c: Switch all macros which are not defined in > tilegx Reviewed-by: Richard Henderson r~