(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
can be tricky to configure in the desired way, which is why per-device boot
- elements (see `Hard drives, floppy disks, CDROMs`_, `network
- interfaces <#elementsNICS>`__, and `Host device assignment`_
- sections below) were introduced and they are the preferred way providing full
- control over booting order. The ``boot`` element and per-device boot elements
- are mutually exclusive. :since:`Since 0.1.3, per-device boot since 0.8.8`
+ elements (see `Hard drives, floppy disks, CDROMs`_, `Network interfaces`_,
+ and `Host device assignment`_ sections below) were introduced and they are
+ the preferred way providing full control over booting order.
+ The ``boot`` element and per-device boot elements are mutually exclusive.
+ :since:`Since 0.1.3, per-device boot since 0.8.8`
``smbios``
How to populate SMBIOS information visible in the guest. The ``mode``
attribute must be specified, and is either "emulate" (let the hypervisor
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.
-:anchor:`<a id="elementsNICS"/>`
Network interfaces
~~~~~~~~~~~~~~~~~~
The optional parameter ``trustGuestRxFilters`` can be used to set that
attribute of the same name for each domain interface connected to this
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
attribute in a portgroup or the individual domain interface will override the
setting in the network.
portgroups also support the optional parameter ``trustGuestRxFilters`` which can
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
-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
in the portgroup overrides the network-wide setting, and an explicit setting in
the individual domain interface will override the setting in the portgroup.