From: Laine Stump Date: Wed, 30 Nov 2016 23:00:51 +0000 (-0500) Subject: news: Add "more PCIe less legacy PCI" to list of new features X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bde3fe5718f0da823e9b3416fff44935370ebf8e;p=libvirt.git news: Add "more PCIe less legacy PCI" to list of new features --- diff --git a/docs/news.html.in b/docs/news.html.in index 27d3387048..b884541b10 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -39,6 +39,15 @@ can be specified without providing a base address, which simplifies user configuration +
  • qemu: Express devices will be placed on PCIe bus by default
    + For machine types that use a PCI Express root bus + (e.g. x86_64/Q35 and aarch64/virt), any unaddressed PCI + device that is an Express device (all virtio-1.0 devices, + e1000e, nec-xhci, vfio assigned devices) will be placed on + an Express controller (i.e. a pcie-root-port) instead of a + legacy PCI controller (i.e. pci-bridge) with the root ports + added as needed +
  • Improvements