From 06f5f60e9a3951d06ef2e6815545d25d97cb623e Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 29 Nov 2019 09:40:47 +0100 Subject: [PATCH] lib: Fix documentation for the count field of VIR_DOMAIN_STATS_IOTHREAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- src/libvirt-domain.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 51fb79cddd..87110036ca 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -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 . There - * may be fewer 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 . There + * may be fewer entries than the iothread.count + * value if the polling values are not supported. * "iothread..poll-max-ns" - maximum polling time in ns as an unsigned * long long. A 0 (zero) means polling is * disabled.