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