This package provides a userspace tool "kvm_stat", which displays KVM vm exit
information as a means of monitoring vm behavior. The data is taken from the
KVM debugfs files or the vm tracepoints and outputs them as a curses ui or
simple text.
Provides
Requires
License
GPL-2.0-only
Changelog
* Wed Jan 22 2025 Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks for CODE16 (PED-266).
* Tue Oct 29 2024 Dario Faggioli <dfaggioli@suse.com>
- Add a patch that makes it possible to use kvm_stat from scripts
(it has been submitted upstream already):
* Added patches:
fix-termination-behavior-when-not-on-a-terminal.patch
* Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Fri Dec 30 2022 Dominique Leuenberger <d