Skip to content
forked from qemu/qemu

a qemu fork with more error dump and utility flags

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

brutal-org/qemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Qemu

This is brutal fork of qemu.

Building

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.

Changes

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

About

a qemu fork with more error dump and utility flags

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • C 79.3%
  • C++ 13.2%
  • Python 3.9%
  • Shell 1.7%
  • Assembly 0.5%
  • Meson 0.4%
  • Other 1.0%