From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbXde-0001in-T2 for qemu-devel@nongnu.org; Fri, 27 Mar 2015 13:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbXdY-0002tF-PE for qemu-devel@nongnu.org; Fri, 27 Mar 2015 13:01:42 -0400 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:34085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbXdY-0002tB-Ke for qemu-devel@nongnu.org; Fri, 27 Mar 2015 13:01:36 -0400 Received: by qcay5 with SMTP id y5so21773677qca.1 for ; Fri, 27 Mar 2015 10:01:36 -0700 (PDT) Sender: Richard Henderson Message-ID: <55158CEB.5000806@twiddle.net> Date: Fri, 27 Mar 2015 10:01:31 -0700 From: Richard Henderson MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/12 v9] tilegx: Firstly add tilegx feature for linux-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chen Gang , Chris Metcalf , Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: "walt@tilera.com" , Riku Voipio , qemu-devel On 03/27/2015 03:47 AM, Chen Gang wrote: > After load elf64 binary, qemu tilegx can finish executing the first > system call (uname) successfully in _dl_discover_osversion(), and > return to __libc_start_main(). > > Chen Gang (12): > 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: conditionalize syscalls which are not defined in > tilegx > target-tilegx: Add cpu basic features for linux-user > target-tilegx: Add helper features for linux-user > target-tilegx: Add opcode basic implementation for tilegx > target-tilegx: Finish processing bundle and preparing decoding pipes > target-tilegx: Add TILE-Gx building files > target-tilegx: Decoding pipes to support finish running 1st system > call > target-tilegx: Generate tcg instructions to execute to 1st system call Reviewed-by: Richard Henderson r~