17.05.2022 07:26, Johannes Schauer Marin Rodrigues wrote:
...
I just learned about a much simpler way (classic: right after asking the
expert). qemu-user emulation is also disabled by setting the QEMU_VERSION
variable to something as this will mean that qemu-user exits without doing
anything (other than printing version information):
https://sources.debian.org/src/qemu/1:7.0+dfsg-7/linux-user/main.c/?hl=543#L480
This is unexpected to me :)
But please do note it will exit successfully. So you don't know if it was qemu
who was successful or a program you tried to run. Just something to be aware
of.
/mjt