mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
doc: Fix reference to #elementsUSB
aae0fc2a92
removed the #elementsUSB anchor
but did not update the links to point to the new section #elementsHostDev.
Signed-off-by: Philipp Hahn <hahn@univention.de>
This commit is contained in:
parent
002c8af9f0
commit
dc8614d7ed
@ -146,7 +146,7 @@
|
|||||||
configure in the desired way, which is why per-device boot elements
|
configure in the desired way, which is why per-device boot elements
|
||||||
(see <a href="#elementsDisks">disks</a>,
|
(see <a href="#elementsDisks">disks</a>,
|
||||||
<a href="#elementsNICS">network interfaces</a>, and
|
<a href="#elementsNICS">network interfaces</a>, and
|
||||||
<a href="#elementsUSB">USB and PCI devices</a> sections below) were
|
<a href="#elementsHostDev">USB and PCI devices</a> sections below) were
|
||||||
introduced and they are the preferred way providing full control over
|
introduced and they are the preferred way providing full control over
|
||||||
booting order. The <code>boot</code> element and per-device boot
|
booting order. The <code>boot</code> element and per-device boot
|
||||||
elements are mutually exclusive. <span class="since">Since 0.1.3,
|
elements are mutually exclusive. <span class="since">Since 0.1.3,
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
prefix <code>virNodeDevice</code>, which deal with management of
|
prefix <code>virNodeDevice</code>, which deal with management of
|
||||||
host devices that can be handed to guests via passthrough as
|
host devices that can be handed to guests via passthrough as
|
||||||
<hostdev> elements
|
<hostdev> elements
|
||||||
in <a href="formatdomain.html#elementsUSB">the domain XML</a>.
|
in <a href="formatdomain.html#elementsHostDev">the domain XML</a>.
|
||||||
These devices are represented as a hierarchy, where a device on
|
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
|
a bus has a parent of the bus controller device; the root of the
|
||||||
hierarchy is the node named "computer".
|
hierarchy is the node named "computer".
|
||||||
|
Loading…
Reference in New Issue
Block a user