]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document new acpi pci hotplug config option
authorAni Sinha <ani@anisinha.ca>
Fri, 8 Oct 2021 06:42:15 +0000 (12:12 +0530)
committerLaine Stump <laine@redhat.com>
Sun, 10 Oct 2021 17:21:46 +0000 (13:21 -0400)
Added the following new libvirt conf option to the release note to
indicate their availability with the next release:

<feature>
  <pci>
    <acpi-bridge-hotplug state='off|on'/>
  </pci>
</feature>

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

index caa61f0646eb8c295203a396e0d6778feb83be8d..ae678bffc4c943e5137c72453408401482220622 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,14 @@ 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.
+
 * **Improvements**
 
 * **Bug fixes**