mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: formatdomain: Remove 'elementsNICS' anchor
The one local link addition prompted rewrapping of the whole paragraph. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
abc1b8ab60
commit
dadd384907
@ -239,11 +239,11 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
|
|||||||
(the sorted list is vda, vdb, hda, hdc). Similar domain with hdc, vda, vdb,
|
(the sorted list is vda, vdb, hda, hdc). Similar domain with hdc, vda, vdb,
|
||||||
and hda disks will boot from hda (sorted disks are: hda, hdc, vda, vdb). It
|
and hda disks will boot from hda (sorted disks are: hda, hdc, vda, vdb). It
|
||||||
can be tricky to configure in the desired way, which is why per-device boot
|
can be tricky to configure in the desired way, which is why per-device boot
|
||||||
elements (see `Hard drives, floppy disks, CDROMs`_, `network
|
elements (see `Hard drives, floppy disks, CDROMs`_, `Network interfaces`_,
|
||||||
interfaces <#elementsNICS>`__, and `Host device assignment`_
|
and `Host device assignment`_ sections below) were introduced and they are
|
||||||
sections below) were introduced and they are the preferred way providing full
|
the preferred way providing full control over booting order.
|
||||||
control over booting order. The ``boot`` element and per-device boot elements
|
The ``boot`` element and per-device boot elements are mutually exclusive.
|
||||||
are mutually exclusive. :since:`Since 0.1.3, per-device boot since 0.8.8`
|
:since:`Since 0.1.3, per-device boot since 0.8.8`
|
||||||
``smbios``
|
``smbios``
|
||||||
How to populate SMBIOS information visible in the guest. The ``mode``
|
How to populate SMBIOS information visible in the guest. The ``mode``
|
||||||
attribute must be specified, and is either "emulate" (let the hypervisor
|
attribute must be specified, and is either "emulate" (let the hypervisor
|
||||||
@ -4441,7 +4441,6 @@ Each mode supports an optional sub-element ``<address>`` (See `Device Addresses`
|
|||||||
which fine-tunes the correlation between the smartcard and a ccid bus controller.
|
which fine-tunes the correlation between the smartcard and a ccid bus controller.
|
||||||
For now, qemu only supports at most one smartcard, with an address of bus=0 slot=0.
|
For now, qemu only supports at most one smartcard, with an address of bus=0 slot=0.
|
||||||
|
|
||||||
:anchor:`<a id="elementsNICS"/>`
|
|
||||||
|
|
||||||
Network interfaces
|
Network interfaces
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -61,7 +61,7 @@ The first elements provide basic metadata about the virtual network.
|
|||||||
The optional parameter ``trustGuestRxFilters`` can be used to set that
|
The optional parameter ``trustGuestRxFilters`` can be used to set that
|
||||||
attribute of the same name for each domain interface connected to this
|
attribute of the same name for each domain interface connected to this
|
||||||
network ( :since:`since 1.2.10` ). See the `Network
|
network ( :since:`since 1.2.10` ). See the `Network
|
||||||
interfaces <formatdomain.html#elementsNICS>`__ section of the domain XML
|
interfaces <formatdomain.html#network-interfaces>`__ section of the domain XML
|
||||||
documentation for more details. Note that an explicit setting of this
|
documentation for more details. Note that an explicit setting of this
|
||||||
attribute in a portgroup or the individual domain interface will override the
|
attribute in a portgroup or the individual domain interface will override the
|
||||||
setting in the network.
|
setting in the network.
|
||||||
@ -616,7 +616,7 @@ starting.
|
|||||||
portgroups also support the optional parameter ``trustGuestRxFilters`` which can
|
portgroups also support the optional parameter ``trustGuestRxFilters`` which can
|
||||||
be used to set that attribute of the same name for each domain interface using
|
be used to set that attribute of the same name for each domain interface using
|
||||||
this portgroup ( :since:`since 1.2.10` ). See the `Network
|
this portgroup ( :since:`since 1.2.10` ). See the `Network
|
||||||
interfaces <formatdomain.html#elementsNICS>`__ section of the domain XML
|
interfaces <formatdomain.html#network-interfaces>`__ section of the domain XML
|
||||||
documentation for more details. Note that an explicit setting of this attribute
|
documentation for more details. Note that an explicit setting of this attribute
|
||||||
in the portgroup overrides the network-wide setting, and an explicit setting in
|
in the portgroup overrides the network-wide setting, and an explicit setting in
|
||||||
the individual domain interface will override the setting in the portgroup.
|
the individual domain interface will override the setting in the portgroup.
|
||||||
|
@ -98,7 +98,7 @@ The following elements are common to one or more of the plug types listed later
|
|||||||
``virtualport``
|
``virtualport``
|
||||||
The ``virtualport`` element describes metadata that needs to be provided to
|
The ``virtualport`` element describes metadata that needs to be provided to
|
||||||
the underlying network subsystem. It is described in the domain XML
|
the underlying network subsystem. It is described in the domain XML
|
||||||
`interface documentation <formatdomain.html#elementsNICS>`__.
|
`interface documentation <formatdomain.html#network-interfaces>`__.
|
||||||
|
|
||||||
Plugs
|
Plugs
|
||||||
~~~~~
|
~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user