]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
lib: Fix documentation for the count field of VIR_DOMAIN_STATS_IOTHREAD
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Nov 2019 08:40:47 +0000 (09:40 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 29 Nov 2019 13:51:47 +0000 (14:51 +0100)
The original implementation used QEMU_ADD_COUNT_PARAM which added the
'count' suffix, but 'cnt' was documented. Fix the documentation to
conform with the original implementation.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libvirt-domain.c

index 51fb79cdddab7e254ae23845607f65178ebd5d63..87110036ca675a48bb17f34efb7f5dfb81ee661a 100644 (file)
@@ -11615,11 +11615,11 @@ virConnectGetDomainCapabilities(virConnectPtr conn,
  *
  *     The typed parameter keys are in this format:
  *
- *     "iothread.cnt" - maximum number of IOThreads in the subsequent list
- *                      as unsigned int. Each IOThread in the list will
- *                      will use it's iothread_id value as the <id>. There
- *                      may be fewer <id> entries than the iothread.cnt
- *                      value if the polling values are not supported.
+ *     "iothread.count" - maximum number of IOThreads in the subsequent list
+ *                        as unsigned int. Each IOThread in the list will
+ *                        will use it's iothread_id value as the <id>. There
+ *                        may be fewer <id> entries than the iothread.count
+ *                        value if the polling values are not supported.
  *     "iothread.<id>.poll-max-ns" - maximum polling time in ns as an unsigned
  *                                   long long. A 0 (zero) means polling is
  *                                   disabled.