]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: document recent esx API implementations
authorPino Toscano <ptoscano@redhat.com>
Thu, 24 Sep 2020 15:22:58 +0000 (17:22 +0200)
committerPino Toscano <ptoscano@redhat.com>
Thu, 24 Sep 2020 17:49:27 +0000 (19:49 +0200)
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index a46f442d9186502512c03882859ef77e19f66656..325b4fab9ef6a0f69938b09725e71e03c1efd3ad 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -45,6 +45,13 @@ v6.8.0 (unreleased)
     ``qemu+ssh://hostname/session``). The only requirement is that
     ``virt-ssh-helper`` is present in ``$PATH`` of the remote host.
 
+  * esx: implement few APIs
+
+    The ``virConnectListAllNetworks()``, ``virDomainGetHostname()``, and
+    ``virDomainInterfaceAddresses()`` (only for
+    ``VIR_DOMAIN_INTERFACE_ADDRESSES_SRC_AGENT`` source) APIs were implemented
+    in the esx driver.
+
 * **Improvements**
 
   * qemu: Allow migration over UNIX sockets