docs: formatdomain: Remove 'elementsOSBIOS' anchor

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-05-13 10:31:30 +02:00
parent b680bb3bb6
commit 09ed0fd5b9
2 changed files with 13 additions and 14 deletions

View File

@ -97,7 +97,6 @@ Operating system booting
There are a number of different ways to boot virtual machines each with their There are a number of different ways to boot virtual machines each with their
own pros and cons. own pros and cons.
:anchor:`<a id="elementsOSBIOS"/>`
BIOS bootloader BIOS bootloader
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
@ -332,11 +331,11 @@ and full virtualized guests.
... ...
``type`` ``type``
This element has the same semantics as described earlier in the `BIOS boot This element has the same semantics as described earlier in the
section <#elementsOSBIOS>`__ `BIOS bootloader`_ section.
``loader`` ``loader``
This element has the same semantics as described earlier in the `BIOS boot This element has the same semantics as described earlier in the
section <#elementsOSBIOS>`__ `BIOS bootloader`_ section.
``kernel`` ``kernel``
The contents of this element specify the fully-qualified path to the kernel The contents of this element specify the fully-qualified path to the kernel
image in the host OS. image in the host OS.
@ -3197,7 +3196,7 @@ paravirtualized driver is specified via the ``disk`` element.
attribute is an 8 character string which can be queried by guests on S390 via attribute is an 8 character string which can be queried by guests on S390 via
sclp or diag 308. Linux guests on S390 can use ``loadparm`` to select a boot sclp or diag 308. Linux guests on S390 can use ``loadparm`` to select a boot
entry. :since:`Since 3.5.0` The per-device ``boot`` elements cannot be used entry. :since:`Since 3.5.0` The per-device ``boot`` elements cannot be used
together with general boot elements in `BIOS bootloader <#elementsOSBIOS>`__ together with general boot elements in `BIOS bootloader`_
section. :since:`Since 0.8.8` section. :since:`Since 0.8.8`
``encryption`` ``encryption``
Starting with :since:`libvirt 3.9.0` the ``encryption`` element is preferred Starting with :since:`libvirt 3.9.0` the ``encryption`` element is preferred
@ -4240,8 +4239,8 @@ or:
``boot`` ``boot``
Specifies that the device is bootable. The ``order`` attribute determines the Specifies that the device is bootable. The ``order`` attribute determines the
order in which devices will be tried during boot sequence. The per-device order in which devices will be tried during boot sequence. The per-device
``boot`` elements cannot be used together with general boot elements in `BIOS ``boot`` elements cannot be used together with general boot elements in
bootloader <#elementsOSBIOS>`__ section. :since:`Since 0.8.8` for PCI `BIOS bootloader`_ section. :since:`Since 0.8.8` for PCI
devices, :since:`Since 1.0.1` for USB devices. devices, :since:`Since 1.0.1` for USB devices.
``rom`` ``rom``
The ``rom`` element is used to change how a PCI device's ROM is presented to The ``rom`` element is used to change how a PCI device's ROM is presented to
@ -4384,8 +4383,8 @@ after 0.9.5 (KVM only)` :
``boot`` ``boot``
Specifies that the device is bootable. The ``order`` attribute determines the Specifies that the device is bootable. The ``order`` attribute determines the
order in which devices will be tried during boot sequence. The per-device order in which devices will be tried during boot sequence. The per-device
``boot`` elements cannot be used together with general boot elements in `BIOS ``boot`` elements cannot be used together with general boot elements in
bootloader <#elementsOSBIOS>`__ section. ( :since:`Since 1.0.1` ) `BIOS bootloader`_ section. ( :since:`Since 1.0.1` )
``redirfilter`` ``redirfilter``
The\ ``redirfilter``\ element is used for creating the filter rule to filter The\ ``redirfilter``\ element is used for creating the filter rule to filter
out certain devices from redirection. It uses sub-element ``<usbdev>`` to out certain devices from redirection. It uses sub-element ``<usbdev>`` to
@ -5415,7 +5414,7 @@ Specifying boot order
For hypervisors which support this, you can set a specific NIC to be used for For hypervisors which support this, you can set a specific NIC to be used for
network boot. The ``order`` attribute determines the order in which devices will network boot. The ``order`` attribute determines the order in which devices will
be tried during boot sequence. The per-device ``boot`` elements cannot be used be tried during boot sequence. The per-device ``boot`` elements cannot be used
together with general boot elements in `BIOS bootloader <#elementsOSBIOS>`__ together with general boot elements in `BIOS bootloader`_
section. :since:`Since 0.8.8` section. :since:`Since 0.8.8`
Interface ROM BIOS configuration Interface ROM BIOS configuration

View File

@ -71,11 +71,11 @@ The root element that emulator capability XML document starts with has name
Describes the `virtualization type <formatdomain.html#element-and-attribute-overview>`__ (or so Describes the `virtualization type <formatdomain.html#element-and-attribute-overview>`__ (or so
called domain type). called domain type).
``machine`` ``machine``
The domain's `machine type <formatdomain.html#elementsOSBIOS>`__. Since not The domain's `machine type <formatdomain.html#bios-bootloader>`__. Since not
every hypervisor has a sense of machine types this element might be omitted every hypervisor has a sense of machine types this element might be omitted
in such drivers. in such drivers.
``arch`` ``arch``
The domain's `architecture <formatdomain.html#elementsOSBIOS>`__. The domain's `architecture <formatdomain.html#bios-bootloader>`__.
CPU Allocation CPU Allocation
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
@ -98,7 +98,7 @@ BIOS bootloader
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Sometimes users might want to tweak some BIOS knobs or use UEFI. For cases like Sometimes users might want to tweak some BIOS knobs or use UEFI. For cases like
that, `os <formatdomain.html#elementsOSBIOS>`__ element exposes what values can that, `os <formatdomain.html#bios-bootloader>`__ element exposes what values can
be passed to its children. be passed to its children.
:: ::