]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention virsh hypervisor-cpu-models command
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Tue, 25 Mar 2025 10:29:57 +0000 (11:29 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 25 Mar 2025 10:34:22 +0000 (11:34 +0100)
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 1fc80e2496356baaf9b08a5cb033b2fa1fd3b6e2..18d45656b8c50eaf24f56176cd24328b5edd5a1a 100644 (file)
--- 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