[PATCH 0/5] docs: misc docs enhancements for statistic API

Nikolay Shirokovskiy posted 5 patches 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1595318842-705839-1-git-send-email-nshirokovskiy@virtuozzo.com
docs/manpages/virsh.rst          | 11 ++++++++++-
include/libvirt/libvirt-domain.h |  4 ++--
src/libvirt-domain.c             | 28 ++++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 3 deletions(-)
[PATCH 0/5] docs: misc docs enhancements for statistic API
Posted by Nikolay Shirokovskiy 3 years, 9 months ago
Nikolay Shirokovskiy (5):
  docs: fix typo in virsh.rst for balloon.major_fault
  include: clarify docs for hugetlb in virDomainMemoryStatTags
  docs: add missing balloon stats docs in domstats
  docs: add missing iothread stats docs in domstats
  src: add missing balloon stats docs

 docs/manpages/virsh.rst          | 11 ++++++++++-
 include/libvirt/libvirt-domain.h |  4 ++--
 src/libvirt-domain.c             | 28 ++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+), 3 deletions(-)

-- 
1.8.3.1

Re: [PATCH 0/5] docs: misc docs enhancements for statistic API
Posted by Michal Privoznik 3 years, 9 months ago
On 7/21/20 10:07 AM, Nikolay Shirokovskiy wrote:
> Nikolay Shirokovskiy (5):
>    docs: fix typo in virsh.rst for balloon.major_fault
>    include: clarify docs for hugetlb in virDomainMemoryStatTags
>    docs: add missing balloon stats docs in domstats
>    docs: add missing iothread stats docs in domstats
>    src: add missing balloon stats docs
> 
>   docs/manpages/virsh.rst          | 11 ++++++++++-
>   include/libvirt/libvirt-domain.h |  4 ++--
>   src/libvirt-domain.c             | 28 ++++++++++++++++++++++++++++
>   3 files changed, 40 insertions(+), 3 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed. Docs changes are safe for freeze.

Michal