]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: document when pcie-root/dmi-to-pci-bridge support was added
authorLaine Stump <laine@laine.org>
Fri, 12 Jun 2015 18:54:23 +0000 (14:54 -0400)
committerLaine Stump <laine@laine.org>
Fri, 26 Jun 2015 17:55:14 +0000 (13:55 -0400)
Also move the mention of version numbers for the various PCI
controller models up to the end of the sentence where they are first
given, to avoid confusion.

docs/formatdomain.html.in

index 749af8aef72e5f522475119e8da3c401677d073d..824297482ca4c6eb7c5e093a70cff3469d394525 100644 (file)
       PCI controllers have an optional <code>model</code> attribute with
       possible values <code>pci-root</code>, <code>pcie-root</code>,
       <code>pci-bridge</code>, or <code>dmi-to-pci-bridge</code>.
+      (pci-root and pci-bridge <span class="since">since 1.0.5</span>,
+      pcie-root and dmi-to-pci-bridge <span class="since">since
+      1.1.2</span>)
       The root controllers (<code>pci-root</code> and <code>pcie-root</code>)
       have an optional <code>pcihole64</code> element specifying how big
       (in kilobytes, or in the unit specified by <code>pcihole64</code>'s
       only refer to PCI buses provided by already specified PCI controllers.
       Leaving gaps in the PCI controller indexes might lead to an invalid
       configuration.
-      (pci-root and pci-bridge <span class="since">since 1.0.5</span>)
     </p>
 <pre>
   ...