[libvirt PATCH 11/11] NEWS: Document domain capabilities improvements

Jiri Denemark posted 11 patches 3 years, 4 months ago
There is a newer version of this series
[libvirt PATCH 11/11] NEWS: Document domain capabilities improvements
Posted by Jiri Denemark 3 years, 4 months ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---
 NEWS.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 3049aa83f9..802d96d4ca 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,17 @@ v8.9.0 (unreleased)
 
 * **Improvements**
 
+  * Add vendor attribute for CPU models in domain capabilities
+
+    Users can now see the vendor of each CPU model in domain capabilities and
+    use it, e.g., for filtering usable CPU models based on host architecture.
+
+  * Add blockers attribute for CPU models in domain capabilities
+
+    In addition to reporting whether each CPU model is usable on the current
+    host domain capabilities XML now contains a list of features that block
+    usability of a particular CPU model.
+
 * **Bug fixes**
 
 
-- 
2.37.3
Re: [libvirt PATCH 11/11] NEWS: Document domain capabilities improvements
Posted by Jiri Denemark 3 years, 4 months ago
On Tue, Oct 04, 2022 at 16:28:54 +0200, Jiri Denemark wrote:
> Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
> ---
>  NEWS.rst | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 3049aa83f9..802d96d4ca 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -19,6 +19,17 @@ v8.9.0 (unreleased)
>  
>  * **Improvements**
>  
> +  * Add vendor attribute for CPU models in domain capabilities
> +
> +    Users can now see the vendor of each CPU model in domain capabilities and
> +    use it, e.g., for filtering usable CPU models based on host architecture.

s/architecture/CPU vendor/ of course

> +
> +  * Add blockers attribute for CPU models in domain capabilities
> +
> +    In addition to reporting whether each CPU model is usable on the current
> +    host domain capabilities XML now contains a list of features that block
> +    usability of a particular CPU model.
> +
>  * **Bug fixes**

Jirka