mirror of https://gitee.com/openkylin/libvirt.git
docs: formatdomain: Remove 'elementsCPU' anchor
Reworded documentation around the local link. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
de430ac139
commit
456a710290
|
@ -948,8 +948,8 @@ Memory Allocation
|
||||||
or "TiB" for tebibytes (2\ :sup:`40` or 1,099,511,627,776 bytes). However, the
|
or "TiB" for tebibytes (2\ :sup:`40` or 1,099,511,627,776 bytes). However, the
|
||||||
value will be rounded up to the nearest kibibyte by libvirt, and may be
|
value will be rounded up to the nearest kibibyte by libvirt, and may be
|
||||||
further rounded to the granularity supported by the hypervisor. Some
|
further rounded to the granularity supported by the hypervisor. Some
|
||||||
hypervisors also enforce a minimum, such as 4000KiB. In case
|
hypervisors also enforce a minimum, such as 4000KiB. In case NUMA is
|
||||||
`NUMA <#elementsCPU>`__ is configured for the guest the ``memory`` element
|
configured for the guest (See `CPU model and topology`_) the ``memory`` element
|
||||||
can be omitted. In the case of crash, optional attribute ``dumpCore`` can be
|
can be omitted. In the case of crash, optional attribute ``dumpCore`` can be
|
||||||
used to control whether the guest memory should be included in the generated
|
used to control whether the guest memory should be included in the generated
|
||||||
coredump or not (values "on", "off"). ``unit`` :since:`since 0.9.11` ,
|
coredump or not (values "on", "off"). ``unit`` :since:`since 0.9.11` ,
|
||||||
|
@ -1252,7 +1252,6 @@ Using this feature requires Fibre Channel capable HW, kernel compiled with
|
||||||
option ``CONFIG_BLK_CGROUP_FC_APPID`` and ``nvme_fc`` kernel module loaded.
|
option ``CONFIG_BLK_CGROUP_FC_APPID`` and ``nvme_fc`` kernel module loaded.
|
||||||
:since:`Since 7.7.0`
|
:since:`Since 7.7.0`
|
||||||
|
|
||||||
:anchor:`<a id="elementsCPU"/>`
|
|
||||||
|
|
||||||
CPU model and topology
|
CPU model and topology
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -165,7 +165,7 @@ CPU configuration
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
The ``cpu`` element exposes options usable for configuring `guest
|
The ``cpu`` element exposes options usable for configuring `guest
|
||||||
CPUs <formatdomain.html#elementsCPU>`__.
|
CPUs <formatdomain.html#cpu-model-and-topology>`__.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
|
@ -150,7 +150,7 @@ siblings. This is achieved using the `CPU tuning config <../formatdomain.html#cp
|
||||||
<vcpusched vcpus='0-4' scheduler='fifo' priority='1'/>
|
<vcpusched vcpus='0-4' scheduler='fifo' priority='1'/>
|
||||||
</cputune>
|
</cputune>
|
||||||
|
|
||||||
The `guest CPU model <formatdomain.html#elementsCPU>`_ now needs to be
|
The `guest CPU model <formatdomain.html#cpu-model-and-topology>`_ now needs to be
|
||||||
configured to pass through the host model unchanged, with topology matching the
|
configured to pass through the host model unchanged, with topology matching the
|
||||||
placement:
|
placement:
|
||||||
|
|
||||||
|
|
|
@ -895,7 +895,7 @@ domain capabilities XML (printed by ``domcapabilities`` command). In
|
||||||
addition to the <cpu> element itself, this command accepts
|
addition to the <cpu> element itself, this command accepts
|
||||||
full domain XML, capabilities XML, or domain capabilities XML containing
|
full domain XML, capabilities XML, or domain capabilities XML containing
|
||||||
the CPU definition. For more information on guest CPU definition see:
|
the CPU definition. For more information on guest CPU definition see:
|
||||||
`https://libvirt.org/formatdomain.html#elementsCPU <https://libvirt.org/formatdomain.html#elementsCPU>`__. If *--error* is
|
`https://libvirt.org/formatdomain.html#elementsCPU <https://libvirt.org/formatdomain.html#cpu-model-and-topology>`__. If *--error* is
|
||||||
specified, the command will return an error when the given CPU is
|
specified, the command will return an error when the given CPU is
|
||||||
incompatible with host CPU and a message providing more details about the
|
incompatible with host CPU and a message providing more details about the
|
||||||
incompatibility will be printed out. If *--validate* is specified, validates
|
incompatibility will be printed out. If *--validate* is specified, validates
|
||||||
|
@ -943,7 +943,7 @@ host CPU model found in the domain capabilities XML (printed by the
|
||||||
``domcapabilities`` command). In addition to the <cpu> element itself, this
|
``domcapabilities`` command). In addition to the <cpu> element itself, this
|
||||||
command accepts full domain XML, capabilities XML, or domain capabilities XML
|
command accepts full domain XML, capabilities XML, or domain capabilities XML
|
||||||
containing the CPU definition. For more information on guest CPU definition
|
containing the CPU definition. For more information on guest CPU definition
|
||||||
see: `https://libvirt.org/formatdomain.html#elementsCPU <https://libvirt.org/formatdomain.html#elementsCPU>`__.
|
see: `https://libvirt.org/formatdomain.html#elementsCPU <https://libvirt.org/formatdomain.html#cpu-model-and-topology>`__.
|
||||||
|
|
||||||
The *virttype* option specifies the virtualization type (usable in the 'type'
|
The *virttype* option specifies the virtualization type (usable in the 'type'
|
||||||
attribute of the <domain> top level element from the domain XML). *emulator*
|
attribute of the <domain> top level element from the domain XML). *emulator*
|
||||||
|
|
Loading…
Reference in New Issue