| Crates.io | qtrace |
| lib.rs | qtrace |
| version | 0.1.0 |
| created_at | 2024-03-30 02:03:41.771255+00 |
| updated_at | 2024-03-30 02:03:41.771255+00 |
| description | QEMU user space tracing |
| homepage | |
| repository | https://github.com/azaouit/qtrace |
| max_upload_size | |
| id | 1190723 |
| size | 10,048 |
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