Hello all, On 30.05.2013 13:07, Peter Maydell wrote: > On 29 May 2013 10:04, Claudio Fontana <claudio.font...@huawei.com> wrote: >> >> This series implements preliminary support for the ARM aarch64 TCG target. > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > 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