1 unstable release

0.1.0 Mar 30, 2024

#39 in #userspace

MIT license

9KB
224 lines

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

Dependencies

~2.4–3.5MB
~58K SLoC