On 3 September 2013 08:37, Richard W.M. Jones <rjo...@redhat.com> wrote: > Is there a way yet to compile and run a 'qemu-system-aarch64'? [on a > regular x86-64 host]
The code for this has not yet been written :-) The patchset I posted will build a qemu-system-aarch64 but with no actual 64 bit CPUs (you can run all the 32 bit CPUs if you like). It's foundational work for doing the system emulation on and also for the linux-user 64 bit emulation which Alex is doing. As Laurent says, don't confuse this with the tcg-aarch64 code in tree, which is for emulating MIPS/x86/etc on aarch64 hosts. > I tried your git branch above and Peter's v5 patch posted a while back > (which doesn't cleanly apply) Try the git branch I mention in the cover letter (or its followup), which I've been rebasing. Or you could wait a day or two for v6. thanks -- PMM