render / rpms / libvirt

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