]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: implement new Hyper-V APIs
authorMatt Coleman <mcoleman@datto.com>
Tue, 2 Feb 2021 00:48:48 +0000 (19:48 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 2 Feb 2021 08:36:35 +0000 (09:36 +0100)
Signed-off-by: Matt Coleman <matt@datto.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 8b8a132e415ec30692b07d0b44bb87cfb7c702d6..c6ae6a6c609cbf5dacb333587ff7e42e2f94a3fb 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -23,6 +23,18 @@ v7.1.0 (unreleased)
     Booting is possible from virtiofs filesystems. Introduce an option
     to control the boot order, like we do for other bootable devices.
 
+  * hyperv: implement new APIs
+
+    The ``virDomainUndefine()``, ``virDomainUndefineFlags()``,
+    ``virDomainDefineXML()``, ``virDomainAttachDevice()``, and
+    ``virDomainAttachDeviceFlags()``, ``virConnectListAllNetworks()``,
+    ``virConnectNumOfNetworks()``, ``virNetworkLookupByName()``,
+    ``virNetworkLookupByUUID()``, ``virConnectNumOfDefinedNetworks()``,
+    ``virConnectListDefinedNetworks()``, ``virNetworkGetAutostart()``,
+    ``virNetworkIsActive()``, ``virNetworkIsPersistent()``,
+    ``virNetworkGetXMLDesc()``, and ``virDomainScreenshot()``, APIs have been
+    implemented in the Hyper-V driver.
+
 * **Improvements**
 
 * **Bug fixes**