From: Pino Toscano Date: Thu, 24 Sep 2020 15:22:58 +0000 (+0200) Subject: news: document recent esx API implementations X-Git-Tag: v6.8.0-rc2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88008f3b99a17a52dff4bbef58ccd4d95b6358be;p=thirdparty%2Flibvirt.git news: document recent esx API implementations Signed-off-by: Pino Toscano Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index a46f442d91..325b4fab9e 100644 --- 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