From: Jonathon Jongsma Date: Thu, 26 Feb 2026 15:20:43 +0000 (-0600) Subject: news: document new hyperv features X-Git-Tag: v12.1.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6fe784ac0248845e309e3012f85d83c604743d;p=thirdparty%2Flibvirt.git news: document new hyperv features Signed-off-by: Jonathon Jongsma Reviewed-by: Michal Privoznik --- 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 `__ 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**