mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
docs: formatdomain: Remove 'elementsControllers' anchor
Local references were reworded. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
92e09c3659
commit
5dc55c52ac
@ -3234,7 +3234,7 @@ paravirtualized driver is specified via the ``disk`` element.
|
|||||||
``address``
|
``address``
|
||||||
If present, the ``address`` element ties the disk to a given slot of a
|
If present, the ``address`` element ties the disk to a given slot of a
|
||||||
controller (the actual ``<controller>`` device can often be inferred by
|
controller (the actual ``<controller>`` device can often be inferred by
|
||||||
libvirt, although it can be `explicitly specified <#elementsControllers>`__).
|
libvirt, although it can be be explicitly specified. See `Controllers`_).
|
||||||
The ``type`` attribute is mandatory, and is typically "pci" or "drive". For a
|
The ``type`` attribute is mandatory, and is typically "pci" or "drive". For a
|
||||||
"pci" controller, additional attributes for ``bus``, ``slot``, and
|
"pci" controller, additional attributes for ``bus``, ``slot``, and
|
||||||
``function`` must be present, as well as optional ``domain`` and
|
``function`` must be present, as well as optional ``domain`` and
|
||||||
@ -3633,7 +3633,6 @@ posting <https://lists.gnu.org/archive/html/qemu-devel/2018-12/msg00923.html>`__
|
|||||||
and the `virtio-1.0
|
and the `virtio-1.0
|
||||||
spec <https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html>`__.
|
spec <https://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html>`__.
|
||||||
|
|
||||||
:anchor:`<a id="elementsControllers"/>`
|
|
||||||
|
|
||||||
Controllers
|
Controllers
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
@ -6311,8 +6310,7 @@ same values described above. :since:`Since 1.3.3` .
|
|||||||
...
|
...
|
||||||
|
|
||||||
Each character device element has an optional sub-element ``<address>`` which
|
Each character device element has an optional sub-element ``<address>`` which
|
||||||
can tie the device to a particular `controller <#elementsControllers>`__ or PCI
|
can tie the device to a particular controller (See `Controllers`_) or PCI slot.
|
||||||
slot.
|
|
||||||
|
|
||||||
For character device with type ``unix`` or ``tcp`` the ``source`` has an
|
For character device with type ``unix`` or ``tcp`` the ``source`` has an
|
||||||
optional element ``reconnect`` which configures reconnect timeout if the
|
optional element ``reconnect`` which configures reconnect timeout if the
|
||||||
|
Loading…
Reference in New Issue
Block a user