]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "NEWS: document new acpi pci hotplug config option"
authorLaine Stump <laine@redhat.com>
Wed, 20 Oct 2021 18:55:35 +0000 (14:55 -0400)
committerLaine Stump <laine@redhat.com>
Tue, 26 Oct 2021 03:18:41 +0000 (23:18 -0400)
This reverts commit 5ee4f3e1d4f173f7e1b64b745ab9ef5dc8c8f393.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Ani Sinha <ani@anisinha.ca>
NEWS.rst

index e6dce26cefe0f7ca8158cf34a2274a6cebc7d7f5..5a7570d0dbe9299532a2ea816b8f70dacf616d92 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,14 +32,6 @@ v7.9.0 (unreleased)
     controller. The default behavior is unchanged (hotplug is
     allowed).
 
-  * Add a new global feature for controlling ACPI PCI hotplug on bridges
-
-    A new ``<feature>`` config option ``<acpi-bridge-hotplug>`` under ``<pci>``
-    sub-element have been added to allow users enable/disable ACPI based PCI
-    hotplug for cold plugged bridges (that is, bridges that were present in the
-    domain definition when the guest was first started).This setting is only
-    applicable for x86 guests using qemu driver.
-
   * Support hotplug and hotunplug for virtiofs
 
     Filesystems backed by virtiofsd can now be hotplugged and hotunplugged.