[PATCH v2 13/13] news: implement new Hyper-V APIs

Matt Coleman mcoleman at datto.com
Tue Feb 2 00:48:48 UTC 2021


Signed-off-by: Matt Coleman <matt at datto.com>
---
 NEWS.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 8b8a132e41..c6ae6a6c60 100644
--- 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**
-- 
2.30.0





More information about the libvir-list mailing list