From nobody Sun May 5 12:45:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1533561976204651.8579924923379; Mon, 6 Aug 2018 06:26:16 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25E76C057F84; Mon, 6 Aug 2018 13:26:13 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3530BA0BA6; Mon, 6 Aug 2018 13:26:12 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 6E7E54A463; Mon, 6 Aug 2018 13:26:10 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w76DNZIG013712 for ; Mon, 6 Aug 2018 09:23:35 -0400 Received: by smtp.corp.redhat.com (Postfix) id EB0CE178BC; Mon, 6 Aug 2018 13:23:34 +0000 (UTC) Received: from dnr.brq.redhat.com (unknown [10.43.2.57]) by smtp.corp.redhat.com (Postfix) with ESMTP id 891C179DE for ; Mon, 6 Aug 2018 13:23:32 +0000 (UTC) From: =?UTF-8?q?J=C3=A1n=20Tomko?= To: libvir-list@redhat.com Date: Mon, 6 Aug 2018 15:23:31 +0200 Message-Id: <087de2f5a3dffb27d2eeb0c50a86d5d6984e5a5e.1533561804.git.jtomko@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: formatdomain: fix spacing before parentheses X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Mon, 06 Aug 2018 13:26:14 +0000 (UTC) X-ZohoMail: RDMRC_0 RSF_0 Z_629925259 SPT_0 Multiple cputune elements specified microseconds as the unit without putting a space before the parenthesis. There were also other occurrences. Signed-off-by: J=C3=A1n Tomko --- Pushed as trivial. docs/formatdomain.html.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 19b73125e1..b63467bd91 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -820,7 +820,7 @@
period
The optional period element specifies the enforcement - interval(unit: microseconds). Within period, each vCP= U of + interval (unit: microseconds). Within period, each vC= PU of the domain will not be allowed to consume more than quota worth of runtime. The value should be in range [1000, 1000000]. A = period with value 0 means no value. @@ -830,7 +830,7 @@
quota
The optional quota element specifies the maximum allo= wed - bandwidth(unit: microseconds). A domain with quota as= any + bandwidth (unit: microseconds). A domain with quota a= s any negative value indicates that the domain has infinite bandwidth for vCPU threads, which means that it is not bandwidth controlled. The= value should be in range [1000, 18446744073709551] or less than 0. A quo= ta @@ -863,8 +863,8 @@
emulator_period
The optional emulator_period element specifies the en= forcement - interval(unit: microseconds). Within emulator_period,= emulator - threads(those excluding vCPUs) of the domain will not be allowed t= o consume + interval (unit: microseconds). Within emulator_period= , emulator + threads (those excluding vCPUs) of the domain will not be allowed = to consume more than emulator_quota worth of runtime. The value = should be in range [1000, 1000000]. A period with value 0 means no value. Only QEMU driver support since 0.10.0 @@ -872,7 +872,7 @@
emulator_quota
The optional emulator_quota element specifies the max= imum - allowed bandwidth(unit: microseconds) for domain's emulator thread= s(those + allowed bandwidth (unit: microseconds) for domain's emulator threa= ds (those excluding vCPUs). A domain with emulator_quota as any= negative value indicates that the domain has infinite bandwidth for emulato= r threads (those excluding vCPUs), which means that it is not bandwidth cont= rolled. @@ -884,7 +884,7 @@
iothread_period
The optional iothread_period element specifies the - enforcement interval(unit: microseconds) for IOThreads. Within + enforcement interval (unit: microseconds) for IOThreads. Within iothread_period, each IOThread of the domain will not be allowed to consume more than iothread_quota worth of runtime. The value should be in range [1000, 1000000]. @@ -894,7 +894,7 @@
iothread_quota
The optional iothread_quota element specifies the max= imum - allowed bandwidth(unit: microseconds) for IOThreads. A domain with + allowed bandwidth (unit: microseconds) for IOThreads. A domain with iothread_quota as any negative value indicates that t= he domain IOThreads have infinite bandwidth, which means that it is not bandwidth controlled. The value should be in range @@ -4385,8 +4385,8 @@

USB, PCI and SCSI devices attached to the host can be passed through to the guest using the hostdev element. - since after 0.4.4 for USB, 0.6.0 for PCI(KVM o= nly) - and 1.0.6 for SCSI(KVM only): + since after 0.4.4 for USB, 0.6.0 for PCI (KVM = only) + and 1.0.6 for SCSI (KVM only):

=20
--=20
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list