From: Jonathon Jongsma Date: Tue, 31 Mar 2026 14:58:01 +0000 (-0500) Subject: NEWS: mention new hyperv features X-Git-Tag: v12.2.0~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f9c95bdbd04567d867ca46e26421e8913f4a2f59;p=thirdparty%2Flibvirt.git NEWS: mention new hyperv features Signed-off-by: Jonathon Jongsma Reviewed-by: Jiri Denemark --- diff --git a/NEWS.rst b/NEWS.rst index 4196222b40..dd70051fe5 100644 --- 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 ```` 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