qtrace 0.1.0

QEMU user space tracing
Documentation
1
2
3
4
5
6
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