[PATCH] NEWS: Mention virsh hypervisor-cpu-models command

Boris Fiuczynski posted 1 patch 8 months, 4 weeks ago
Failed in applying to current master (apply log)
NEWS.rst | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] NEWS: Mention virsh hypervisor-cpu-models command
Posted by Boris Fiuczynski 8 months, 4 weeks ago
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
---
 NEWS.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 1fc80e2496..18d45656b8 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -67,6 +67,14 @@ v11.2.0 (unreleased)
     restore. Using multiple channels can reduce the time required to save
     and restore domains.
 
+  * virsh: Introduce new hypervisor-cpu-models command
+
+    Added a new virsh command ``hypervisor-cpu-models``. The command pulls from
+    the existing domcapabilities XML and uses xpath to parse CPU model strings.
+    By default, only models reported as usable by the hypervisor on the host
+    system are printed. A user may specify ``--all`` to also print models which
+    are not supported on the host.
+
 * **Improvements**
 
   * qemu: Improved guest agent corner case error reporting
-- 
2.47.0
Re: [PATCH] NEWS: Mention virsh hypervisor-cpu-models command
Posted by Jiri Denemark via Devel 8 months, 4 weeks ago
On Tue, Mar 25, 2025 at 11:29:57 +0100, Boris Fiuczynski wrote:
> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
> ---
>  NEWS.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 1fc80e2496..18d45656b8 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -67,6 +67,14 @@ v11.2.0 (unreleased)
>      restore. Using multiple channels can reduce the time required to save
>      and restore domains.
>  
> +  * virsh: Introduce new hypervisor-cpu-models command
> +
> +    Added a new virsh command ``hypervisor-cpu-models``. The command pulls from
> +    the existing domcapabilities XML and uses xpath to parse CPU model strings.
> +    By default, only models reported as usable by the hypervisor on the host
> +    system are printed. A user may specify ``--all`` to also print models which
> +    are not supported on the host.
> +
>  * **Improvements**
>  
>    * qemu: Improved guest agent corner case error reporting

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>

and pushed, thanks.