[PATCH v4 4/4] NEWS: add new acpi pci hotplug config option in the release note for next release

Ani Sinha ani at anisinha.ca
Thu Sep 30 04:09:40 UTC 2021


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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index fd20e50d18..0bf4ee002c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -29,6 +29,13 @@ v7.8.0 (unreleased)
     active. This information can also be retrieved with the new virsh command
     ``nodedev-info``.
 
+    * 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 control BIOS ACPI based PCI
+    hotplug for cold plugged bridges. It is only applicable for x86 guests
+    using qemu driver.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.25.1




More information about the libvir-list mailing list