]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Add "more PCIe less legacy PCI" to list of new features
authorLaine Stump <laine@laine.org>
Wed, 30 Nov 2016 23:00:51 +0000 (18:00 -0500)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 1 Dec 2016 13:13:33 +0000 (14:13 +0100)
docs/news.html.in

index 27d338704877154fca29dfe4771f0983635eb88b..b884541b1070b1dad1951f56eede3b689dd1e9e2 100644 (file)
           can be specified without providing a base address, which simplifies
           user configuration
           </li>
+          <li>qemu: Express devices will be placed on PCIe bus by default<br/>
+          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
+          </li>
         </ul>
       </li>
       <li><strong>Improvements</strong>