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

Ani Sinha ani at anisinha.ca
Tue Mar 1 04:15:25 UTC 2022


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 at anisinha.ca>
---
 NEWS.rst | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 65fb112d11..85e796f274 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -8,6 +8,27 @@ the changes introduced by each of them.
 For a more fine-grained view, use the `git log`_.
 
 
+v8.2.0 (unreleased)
+===================
+
+* **Security**
+
+* **Removed features**
+
+* **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**
+
 v8.1.0 (unreleased)
 ===================
 
-- 
2.25.1




More information about the libvir-list mailing list