[PATCH v4 0/1] qemu: add per-vcpu delay stats

Aleksei Zakharov posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210219200834.11913-1-zaharov@selectel.ru
docs/manpages/virsh.rst |  4 ++++
src/libvirt-domain.c    |  4 ++++
src/qemu/qemu_driver.c  | 44 +++++++++++++++++++++++++++++++++++++++--
3 files changed, 50 insertions(+), 2 deletions(-)
[PATCH v4 0/1] qemu: add per-vcpu delay stats
Posted by Aleksei Zakharov 3 years, 2 months ago
Fixed since v3:
 - Report error if cannot read stats.
 - Don't fail if cannot read stats.
 - Add documentation.
 - Drop unnecessary checks.
 - Don't delete unrelated whitespace.
 - Make sure schedstat file is closed before returning.

Fixed since v2:
 - Close schedstat file after use.

Fixes since v1:
 - Collect per-vcpu stats.
 - Coding style errors
 - Use glib functions.

Aleksei Zakharov (1):
  qemu: add per-vcpu delay stats

 docs/manpages/virsh.rst |  4 ++++
 src/libvirt-domain.c    |  4 ++++
 src/qemu/qemu_driver.c  | 44 +++++++++++++++++++++++++++++++++++++++--
 3 files changed, 50 insertions(+), 2 deletions(-)

-- 
2.17.1