render / rpms / libvirt

Forked from rpms/libvirt 10 months ago
Clone
b971b8
From 3582a1666686111b86e7b06341bb1a113d7e9b84 Mon Sep 17 00:00:00 2001
b971b8
Message-Id: <3582a1666686111b86e7b06341bb1a113d7e9b84@dist-git>
b971b8
From: Laine Stump <laine@redhat.com>
b971b8
Date: Sun, 26 Apr 2020 13:04:09 -0400
b971b8
Subject: [PATCH] docs: mention hotplug='off' in news.xml
b971b8
b971b8
Signed-off-by: Laine Stump <laine@redhat.com>
b971b8
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
b971b8
(cherry picked from commit 389811d517c270c4f916fce4b3d64f90331244d7)
b971b8
b971b8
Conflicts:
b971b8
  docs/news.xml
b971b8
      upstream this feature is in 6.3.0. downstream is fixed in 6.0.0-whatever
b971b8
b971b8
https://bugzilla.redhat.com/1802592
b971b8
Signed-off-by: Laine Stump <laine@redhat.com>
b971b8
Message-Id: <20200426170415.18328-7-laine@redhat.com>
b971b8
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
b971b8
---
b971b8
 docs/news.xml | 12 ++++++++++++
b971b8
 1 file changed, 12 insertions(+)
b971b8
b971b8
diff --git a/docs/news.xml b/docs/news.xml
b971b8
index 408ffc8518..676a427853 100644
b971b8
--- a/docs/news.xml
b971b8
+++ b/docs/news.xml
b971b8
@@ -65,6 +65,18 @@
b971b8
       </change>
b971b8
     </section>
b971b8
     <section title="New features">
b971b8
+      <change>
b971b8
+        <summary>
b971b8
+          qemu: support disabling hotplug/unplug of PCIe devices
b971b8
+        </summary>
b971b8
+        <description>
b971b8
+          libvirt can now set the "hotplug" option for pcie-root-ports
b971b8
+          and pcie-switch-downstream-ports, which can be used to
b971b8
+          disable hotplug/unplug of devices from these ports (default
b971b8
+          behavior is for these controllers to accept all
b971b8
+          hotplug/unplug attempts, but this is often undesireable).
b971b8
+        </description>
b971b8
+      </change>
b971b8
       <change>
b971b8
         <summary>
b971b8
           support for virtio+hostdev NIC <teaming>
b971b8
-- 
b971b8
2.26.2
b971b8