On 6 May 2015 at 19:06, Pavel Fedin <[email protected]> wrote: > Hello! > >> I'm afraid this is wrong -- the same command line on qemu-system-arm and >> qemu-system-aarch64 should do the same thing. > > But 64-bit A15 is nonsense, because it's 32-bit CPU, isn't it?
Yes. qemu-system-aarch64 -cpu cortex-a15 gets you a 32-bit Cortex-A15. This is exactly like the x86 QEMU, where you can emulate all the 32-bit x86 CPUs in qemu-system-x86_64. -- PMM
