<div dir="ltr"><div dir="ltr">Applications run under qemu-aarch64 are misbehaving for me. For example, minimal (console only) Qt application are crashing on startup, and also the BusyBox's "df" (disk usage) is printing out silly numbers. While I'm not positive I suspect these are bugs in qemu.<br><br>I build the guest os using buildroot 2018.08.2, qemu_aarch64_virt_defconfig, and running it as instructed (minus network, don't need it):<br><br>qemu-system-aarch64 -M virt -cpu cortex-a57 -nographic -smp 1 -kernel output/images/Image -append "root=/dev/vda console=ttyAMA0" -drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0<br><br>(Host os is Ubuntu 18.04, QEMU emulator version 2.11.1(Debian 1:2.11+dfsg-1ubuntu7.7))<br><br>Can someone confirm this? Any hints would be much appreciated.<br><br>While at it, another side question: Is there a reason why the qemu_aarch64_virt_defconfig built kernel does not include the drivers for qemu graphics emulation?<br><br>Thanks,<br>Zeno<br></div></div>