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