On 25 January 2016 at 13:51, Ruslan Bilovol <ruslan.bilo...@gmail.com> wrote: >> I'm trying to run AArch64 Big Endian image under QEMU that I built for >> my x86-64 Ubuntu host from latest master branch and when I'm running >> kernel I'm getting next error: >> > qemu: fatal: Trying to execute code outside RAM or ROM at >> 0x500208000080ffff >> >> Similar image built as Little Endian runs fine with same QEMU tool >> (qemu-system-aarch64) >> >> So I'm wondering is it possible to run QEMU AArch64 Big Endian >> emulation on x86-64 host?
It is not currently supported, no. However there are some patches on the list[*] to add this support, so I expect a future QEMU version will do this. [*] https://lists.gnu.org/archive/html/qemu-devel/2016-01/msg03025.html thanks -- PMM