]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention new hyperv features
authorJonathon Jongsma <jjongsma@redhat.com>
Tue, 31 Mar 2026 14:58:01 +0000 (09:58 -0500)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 1 Apr 2026 07:17:17 +0000 (09:17 +0200)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index 4196222b40a926e3eed56b7a503989251edc228e..dd70051fe55fe1fddadf87e474d4d46bba2a894e 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -41,6 +41,14 @@ v12.2.0 (unreleased)
     appropriate flags. This can be used for storage technologies which lack
     efficient zeroing support.
 
+  * hyperv: Add basic snapshot functionality
+
+    The hyperv driver now implements the following libvirt APIs:
+    ``virDomainDefineXMLFlags()``, ``virDomainSnapshotLookupByName()``,
+    ``virDomainListAllSnapshots()``, ``virDomainSnapshotNum()``,
+    ``virDomainSnapshotGetXMLDesc()``, ``virDomainSnapshotCurrent()``,
+    ``virDomainHasCurrentSnapshot()``, ``virDomainSnapshotGetParent()``.
+
 * **Improvements**
 
   * conf: support more than 255 vCPUs with amd-iommu
@@ -61,6 +69,9 @@ v12.2.0 (unreleased)
     The bulk statistics (``virsh domstats --block --backing``) now report also
     information about the ``<dataStore>`` if given disk uses this feature.
 
+  * hyperv: Hyper-V guests now report TPM device status in their domain xml
+    definition.
+
 * **Bug fixes**
 
   * qemu: Fix crash when attaching network inteface with hostdev network