From c79a39e60cef50ab9ee5cdec51f46243e4202622 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 15 Apr 2019 13:17:41 +0200 Subject: [PATCH] docs: Mention iothreadsched element in the docs and reword MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Just one missing occurrence of iothreadsched fixed plus some rewording for this to make more sense for the readers. Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- docs/formatdomain.html.in | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 3d84ae0fcb..50847a4470 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -940,14 +940,16 @@
vcpusched and iothreadsched
- The optional vcpusched elements specifies the scheduler - type (values batch, idle, fifo, - rr) for particular vCPU/IOThread threads (based on - vcpus and iothreads, leaving out - vcpus/iothreads sets the default). Valid - vcpus values start at 0 through one less than the - number of vCPU's defined for the domain. Valid iothreads - values are described in the iothreadids + The optional vcpusched and iothreadsched + elements specify the scheduler type + (values batch, idle, fifo, + rr) for particular vCPU and IOThread threads respecively. + The attributes vcpus and iothreads select + which vCPUs/IOThreads this setting applies to, leaving them out sets the + default. Valid vcpus values start at 0 through one less + than the number of vCPU's defined for the + domain. Valid iothreads values are described in + the iothreadids description. If no iothreadids are defined, then libvirt numbers IOThreads from 1 to the number of iothreads available -- 2.47.2