[PATCH] NEWS: mention new hyperv features

Jonathon Jongsma via Devel posted 1 patch 1 day, 5 hours ago
Failed in applying to current master (apply log)
NEWS.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
[PATCH] NEWS: mention new hyperv features
Posted by Jonathon Jongsma via Devel 1 day, 5 hours ago
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 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
+    definition.
+
 * **Bug fixes**
 
   * qemu: Fix crash when attaching network inteface with hostdev network
-- 
2.53.0
Re: [PATCH] NEWS: mention new hyperv features
Posted by Jiri Denemark via Devel 13 hours ago
On Tue, Mar 31, 2026 at 09:58:01 -0500, Jonathon Jongsma wrote:
> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
> ---
>  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 <jdenemar@redhat.com>

I removed the extra space and pushed this, thanks.