From: Philipp Hahn Date: Fri, 28 Jun 2013 17:06:30 +0000 (+0200) Subject: doc: Fix reference to #elementsUSB X-Git-Tag: CVE-2013-2218~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8614d7ed90c7ab472dc8981a4074be303d16f6;p=thirdparty%2Flibvirt.git doc: Fix reference to #elementsUSB aae0fc2a922b3e31dae7648c547fca2ac2587625 removed the #elementsUSB anchor but did not update the links to point to the new section #elementsHostDev. Signed-off-by: Philipp Hahn --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d651816148..cc4c5ea6ed 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -146,7 +146,7 @@ configure in the desired way, which is why per-device boot elements (see disks, network interfaces, and - USB and PCI devices sections below) were + USB and PCI devices 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 0.1.3, diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in index ad05a709e1..5f57a5aeee 100644 --- a/docs/formatnode.html.in +++ b/docs/formatnode.html.in @@ -13,7 +13,7 @@ prefix virNodeDevice, which deal with management of host devices that can be handed to guests via passthrough as <hostdev> elements - in the domain XML. + in the domain XML. 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".