graphic: 0.730 device: 0.689 network: 0.641 socket: 0.613 semantic: 0.566 performance: 0.556 vnc: 0.504 PID: 0.495 files: 0.453 boot: 0.441 permissions: 0.402 other: 0.380 KVM: 0.359 debug: 0.340 create_elf_tables() doesn't set AT_PLATFORM for 32bit ARM platforms The dynamic linker uses AT_PLATFORM from getauxval to substitute $PLATFORM in certain places (man ld.so). It would be nice if it was set to 'v6l', 'v7l' and whatever other platforms there are according to the chosen CPU or via an environment variable. AT_PLATFORM is not guaranteed to be set, so this isn't a major bug, but this is one case where it makes things difficult. Patches posted: https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg02863.html I've tried the patch and it solves the problem for my use case. Tested with this build: https://launchpad.net/~schneiderit/+archive/ubuntu/rpi/+build/16488702 Merged for 4.0 in c4e0780ed1.