[PATCH] news: document new hyperv features

Jonathon Jongsma via Devel posted 1 patch 4 days, 9 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260226154402.4000134-1-jjongsma@redhat.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[PATCH] news: document new hyperv features
Posted by Jonathon Jongsma via Devel 4 days, 9 hours ago
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 71f1f21472..a581d2e840 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -41,6 +41,13 @@ v12.1.0 (unreleased)
     the `guest firmware configuration <formatdomain.html#guest-firmware>`__
     section of the documentation.
 
+  * hyperv: improve API coverage for the hyperv driver
+
+    The `virDomainInterfaceAddresses()` and `virDomainGetBlockInfo()` APIs are
+    now supported by the hyperv driver. In addition, the domain xml for hyperv
+    domains will indicate via firmware features whether secure boot is enabled.
+    It also honors these firmware features when creating new domains.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.53.0
Re: [PATCH] news: document new hyperv features
Posted by Michal Prívozník via Devel 3 days, 12 hours ago
On 2/26/26 16:44, Jonathon Jongsma via Devel wrote:
> Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
> ---
>  NEWS.rst | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 71f1f21472..a581d2e840 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -41,6 +41,13 @@ v12.1.0 (unreleased)
>      the `guest firmware configuration <formatdomain.html#guest-firmware>`__
>      section of the documentation.
>  
> +  * hyperv: improve API coverage for the hyperv driver
> +
> +    The `virDomainInterfaceAddresses()` and `virDomainGetBlockInfo()` APIs are
> +    now supported by the hyperv driver. In addition, the domain xml for hyperv
> +    domains will indicate via firmware features whether secure boot is enabled.
> +    It also honors these firmware features when creating new domains.
> +
>  * **Improvements**
>  
>  * **Bug fixes**

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

I'll remove section from my patch then (if only I opened the list before
writing my patch).

https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/NFEKLB5XFM5KGQEXRXP6MIAAEDPUC4MP/

Michal