On Tue, Mar 31, 2026 at 09:58:01 -0500, Jonathon Jongsma wrote: > Signed-off-by: Jonathon Jongsma <[email protected]> > --- > NEWS.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 4196222b40..0117ebc4a7 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 ``<dataStore>`` if given disk uses this feature. > > + * hyperv: Hyper-V guests now report TPM device status in their domain xml
s/ / / > + definition. > + > * **Bug fixes** > > * qemu: Fix crash when attaching network inteface with hostdev network Reviewed-by: Jiri Denemark <[email protected]> I removed the extra space and pushed this, thanks.
