From: Matt Coleman Date: Wed, 21 Oct 2020 08:46:13 +0000 (-0400) Subject: news: more Hyper-V APIs X-Git-Tag: v6.9.0-rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbe3ec798d0410732fd7fa4c639ab6aa2a6ed9a;p=thirdparty%2Flibvirt.git news: more Hyper-V APIs Signed-off-by: Matt Coleman Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index bc35458f38..d0454b7840 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -22,8 +22,11 @@ v6.9.0 (unreleased) * hyperv: implement new APIs The ``virConnectGetCapabilities()``, ``virConnectGetMaxVcpus()``, - ``virConnectGetVersion()``, and ``virDomainGetAutostart()`` APIs have been - implemented in the Hyper-V driver. + ``virConnectGetVersion()``, ``virDomainGetAutostart()``, + ``virDomainSetAutostart()``, ``virNodeGetFreeMemory()``, + ``virDomainReboot()``, ``virDomainReset()``, ``virDomainShutdown()``, and + ``virDomainShutdownFlags()`` APIs have been implemented in the Hyper-V + driver. * bhyve: implement virtio-9p filesystem support