]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Remove 'elementsHostDev' anchor
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 May 2022 08:31:34 +0000 (10:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 1 Jun 2022 10:27:09 +0000 (12:27 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst
docs/formatnode.rst

index 403a03edfb488e0e6a381e9280206af375b7866e..65197d6e3da80b82d2a675c2a3d08472b93b245e 100644 (file)
@@ -240,7 +240,7 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
    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 `USB and PCI devices <#elementsHostDev>`__
+   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`
@@ -3975,7 +3975,6 @@ acquired.
    The offset specifies where the lease is stored within the file. If the lock
    manager does not require an offset, just pass 0.
 
-:anchor:`<a id="elementsHostDev"/>`
 
 Host device assignment
 ~~~~~~~~~~~~~~~~~~~~~~
index ec3d529fff6c771411d7980c6ae5c5aa5ec0261e..5903cac7fe59c569422e58ae91be03b8c746f24d 100644 (file)
@@ -12,7 +12,7 @@ Node Device XML
 There are several libvirt functions, all with the prefix ``virNodeDevice``,
 which deal with management of host devices that can be handed to guests via
 passthrough as <hostdev> elements in `the domain
-XML <formatdomain.html#elementsHostDev>`__. These devices are represented as a
+XML <formatdomain.html#host-device-assignment>`__. These devices are represented as a
 hierarchy, where a device on a bus has a parent of the bus controller device;
 the root of the hierarchy is the node named "computer".