diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 749af8aef72e5f522475119e8da3c401677d073d..824297482ca4c6eb7c5e093a70cff3469d394525 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)

   ...