This is brutal fork of qemu.
See qemu building dependencies and you can just run (for x86 support) :
mkdir -p build
cd build
../configure --target-list=x86_64-softmmu --enable-debug
make all -j$(nproc)
and you can run:
sudo make install
if you want this version of qemu installed.
This fork add:
-
dump-stackframe {x}:
- allows to dump the stackframe at an address or using the RBP register (only for x86-64)
-
-int-dump:
- dumps only error interrupts, only work when kvm is disabled