Build QEMU with simple tracing support wget https://download.qemu.org/qemu-8.2.2.tar.xz tar -xvf qemu-8.2.2.tar.xz && cd qemu-8.2.2 ./configure --enable-trace-backends=simple --prefix=/usr/local make -j$(nproc) && make install