From: Laine Stump Date: Fri, 12 Jun 2015 18:54:23 +0000 (-0400) Subject: docs: document when pcie-root/dmi-to-pci-bridge support was added X-Git-Tag: v1.2.17-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e207bb5b9d6db3f0f4f8a7346a0164091e782f;p=thirdparty%2Flibvirt.git docs: document when pcie-root/dmi-to-pci-bridge support was added 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. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 749af8aef7..824297482c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3024,6 +3024,9 @@ PCI controllers have an optional model attribute with possible values pci-root, pcie-root, pci-bridge, or dmi-to-pci-bridge. + (pci-root and pci-bridge since 1.0.5, + pcie-root and dmi-to-pci-bridge since + 1.1.2) The root controllers (pci-root and pcie-root) have an optional pcihole64 element specifying how big (in kilobytes, or in the unit specified by pcihole64's @@ -3043,7 +3046,6 @@ 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 since 1.0.5)

   ...