diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 20c28a47e3..07d0fa5c70 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1829,7 +1829,16 @@

Each cell element specifies a NUMA cell or a NUMA node. cpus specifies the CPU or range of CPUs that are - part of the node. memory specifies the node memory + part of the node. Since 6.5.0 For the qemu + driver, if the emulator binary supports disjointed cpus ranges + in each cell, the sum of all CPUs declared in each cell + will be matched with the maximum number of virtual CPUs declared in the + vcpu element. This is done by filling any remaining CPUs + into the first NUMA cell. Users are encouraged to supply a + complete NUMA topology, where the sum of the NUMA CPUs matches the maximum + virtual CPUs number declared in vcpus, to make the domain + consistent across qemu and libvirt versions. + memory specifies the node memory in kibibytes (i.e. blocks of 1024 bytes). Since 1.2.11 one can use an additional unit attribute to