From bde3fe5718f0da823e9b3416fff44935370ebf8e Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Wed, 30 Nov 2016 18:00:51 -0500 Subject: [PATCH] news: Add "more PCIe less legacy PCI" to list of new features --- docs/news.html.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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