[libvirt] [PATCH] docs: add entry for aggregation of pcie-root-ports to news.xml

--- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 50c3b3e..18006e8 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -140,6 +140,19 @@ the storage pool XML. </description> </change> + <change> + <summary> + qemu: aggregate pcie-root-ports onto multiple functions of a slot + </summary> + <description> + When pcie-root-ports are added to pcie-root in order to + provide a place to connect PCI Express endpoint devices, + libvirt now aggregates multiple root-ports together onto the + same slot (up to 8 per slot) in order to conserve + slots. Using this method, it's possible to connect more than + 200 endpoint devices to a guest that uses PCIe without + requiring setup of any PCIe switches. + </description> </section> <section title="Bug fixes"> <change> -- 2.7.4

On Fri, 2017-01-13 at 10:29 -0500, Laine Stump wrote:
--- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 50c3b3e..18006e8 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -140,6 +140,19 @@ the storage pool XML. </description> </change> + <change> + <summary> + qemu: aggregate pcie-root-ports onto multiple functions of a slot + </summary> + <description> + When pcie-root-ports are added to pcie-root in order to + provide a place to connect PCI Express endpoint devices, + libvirt now aggregates multiple root-ports together onto the
Mh, I'd say either go with "root ports" or stick with "pcie-root-ports" here, "root-ports" is neither here nor there.
+ same slot (up to 8 per slot) in order to conserve + slots. Using this method, it's possible to connect more than + 200 endpoint devices to a guest that uses PCIe without + requiring setup of any PCIe switches. + </description>
Oops, you forgot to close the <change> element here! ACK (and safe for freeze) with that fixed. -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Laine Stump