On 27.09.2013, at 02:47, Alexander Graf wrote: > Howdy, > > This is the first batch of patches to implement AArch64 instruction > emulation in QEMU. It implements enough to execute simple AArch64 > programs in linux-user mode.
Ah, one important thing I forgot to mention is that this patch set is based on Peter Maydell's aarch64 branch. Also, if you'd just like to give this a go without messing with patch applying, here's a git branch that contains all 60 patches on top of Peter's aarch64 branch: git://github.com/agraf/qemu.git aarch64-tcg-batch1-v1 Alex