From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEC5-000649-Hj for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkEC2-0005yd-MK for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:56:05 -0400 Received: from mail-yh0-x231.google.com ([2607:f8b0:4002:c01::231]:64487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkEC2-0005yZ-HH for qemu-devel@nongnu.org; Wed, 05 Jun 2013 09:56:02 -0400 Received: by mail-yh0-f49.google.com with SMTP id i7so415059yha.22 for ; Wed, 05 Jun 2013 06:56:02 -0700 (PDT) Sender: Richard Henderson Message-ID: <51AF436D.4020402@twiddle.net> Date: Wed, 05 Jun 2013 06:55:57 -0700 From: Richard Henderson MIME-Version: 1.0 References: <51AF3F25.5050104@huawei.com> In-Reply-To: <51AF3F25.5050104@huawei.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] AArch64 TCG User Mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: Laurent Desnogues , Peter Maydell , Jani Kokkonen , "qemu-devel@nongnu.org" On 06/05/2013 06:37 AM, Claudio Fontana wrote: > > This series implements TCG User Mode for Aarch64. > > It requires the reviewed but not committed yet series > "[PATCH v4 0/3] ARM aarch64 TCG target" at: > http://lists.nongnu.org/archive/html/qemu-devel/2013-05/msg04200.html > > It also requires the reviewed but not committed yet series > "[PATCH 0/4] aarch64 TCG tlb fast lookup prerequisites" at: > http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg00170.html > > It also requires Peter's two linux-user changesets: > > "[PATCH] linux-user: Allow getdents to be provided by getden" at: > http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg00398.html > > "[PATCH 0/2] linux-user: Drop direct use of openat etc sysca" at: > http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg00015.html > > Tested running on a x86-64 physical machine running Foundation v8, > running a linux 3.8.0-rc6+ minimal host system based on linaro v8 > image 201301271620 for user space. > > Tested guest binaries: x86-64 small binary, PPC 'ls' binary from debian > > Claudio Fontana (2): > user-exec.c: aarch64 initial implementation of cpu_signal_handler > tcg/aarch64: implement user mode qemu ld/st > > configure | 2 +- > tcg/aarch64/tcg-target.c | 121 +++++++++++++++++++++++++++++++++++++++++++++-- > user-exec.c | 15 ++++++ > 3 files changed, 132 insertions(+), 6 deletions(-) > Reviewed-by: Richard Henderson r~