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

Ani Sinha posted 4 patches 4 years, 4 months ago
There is a newer version of this series
[PATCH v6 4/4] NEWS: add new acpi pci hotplug config option in the release note for next release
Posted by Ani Sinha 4 years, 4 months ago
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 | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index caa61f0646..25de621c91 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -32,6 +32,13 @@ 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 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

Re: [PATCH v6 4/4] NEWS: add new acpi pci hotplug config option in the release note for next release
Posted by Laine Stump 4 years, 4 months ago
On 10/5/21 1:51 AM, Ani Sinha wrote:
> 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 | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index caa61f0646..25de621c91 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -32,6 +32,13 @@ 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 control BIOS ACPI based PCI
> +    hotplug for cold plugged bridges. It is only applicable for x86 guests
> +    using qemu driver.

How about:

A new ``<feature>`` config option ``<acpi-bridge-hotplug>``under ``<pci>``
sub-element has been added to allow users to enable/disable ACPI based 
PCI hotplug for cold plugged bridges. It is only applicable for x86 
guests using qemu driver.

Reviewed-by: Laine Stump <laine@redhat.com>

> +
>   * **Improvements**
>   
>   * **Bug fixes**
>