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
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