The qemu-kvm source contains a python scripts that lets one display the kernel statistics found in debugfs nicely. These statistics are useful for developers working on the guest OS or kvm itself. Or just get get an idea about what it going on in the VMs. Its clearly nothing very meaningful to most users. Reproducible: Always
Created attachment 267521 [details] patch against qemu-kvm-0.13.0-r2.ebuild Adding a USE-flag "kvm-stat" that takes care of the right python deps and the dobin.
Created attachment 294957 [details, diff] patch against qemu-kvm-0.14.1-r2.ebuild Guys please add this feature. An even simpler way could be to just dobin the script without a USE-flag or any deps. I do not know which would be the best way but i want this python script installed with qemu-kvm.
Created attachment 304521 [details] patch against qemu-kvm-0.15.1-r1.ebuild
This will appear in qemu-kvm-1.1.0 with USE=python.
In tree.