diff mbox series

[libvirt,RESEND,v2,4/4] NEWS: document new acpi pci hotplug config option

Message ID 20220308164553.2312425-5-ani@anisinha.ca
State New
Headers show
Series re-introduce <acpi-hotplug-bridge> | expand

Commit Message

Ani Sinha March 8, 2022, 4:45 p.m. UTC
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>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

diff --git a/NEWS.rst b/NEWS.rst
index a5b6106bc2..e474b32e69 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -17,6 +17,14 @@  v8.2.0 (unreleased)
 
 * **New features**
 
+ * qemu: 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**