qtrace 0.1.0

QEMU user space tracing
Documentation
  • Coverage
  • 10.53%
    6 out of 57 items documented2 out of 6 items with examples
  • Size
  • Source code size: 14.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.25 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • azzaouit

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