Hi all, 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? Thanks, Ruslan Bilovol