From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVUS-0004sU-R5 for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:24:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkVUK-0000yj-CB for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:24:12 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:59778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkVUK-0000xo-4F for qemu-devel@nongnu.org; Thu, 06 Jun 2013 04:24:04 -0400 Message-ID: <51B046FF.3060405@huawei.com> Date: Thu, 6 Jun 2013 10:23:27 +0200 From: Claudio Fontana MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] AArch64 TCG target implementation, git repo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-devel@nongnu.org" , Blue Swirl , Laurent Desnogues , Paolo Bonzini , Jani Kokkonen , Aurelien Jarno , Richard Henderson Hello all, On 30.05.2013 13:07, Peter Maydell wrote: > On 29 May 2013 10:04, Claudio Fontana wrote: >> >> This series implements preliminary support for the ARM aarch64 TCG target. > > Reviewed-by: Peter Maydell > > Cc'd some people who might like to commit the patchset. > > thanks > -- PMM > For convenience of the committer I put all changes in a git repository at git://github.com/hw-claudio/qemu.git https://github.com/hw-claudio/qemu.git branch: tcg-aarch64-for-commit first relevant commit: f895d87176b06ebef309afff5b394281848c6284 It includes Peter's two linux-user required 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 And the feature proper: "[PATCH v4 0/3] ARM aarch64 TCG target" at: http://lists.nongnu.org/archive/html/qemu-devel/2013-05/msg04200.html "[PATCH 0/4] aarch64 TCG tlb fast lookup prerequisites" at: http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg00170.html "[PATCH 0/2] AArch64 TCG User Mode" at: http://lists.gnu.org/archive/html/qemu-devel/2013-06/msg00760.html along with MAINTAINERS file update. The enabling of compilation on aarch64 has been moved to after all requirements for successful compilation, including user mode. Thanks, Claudio