]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: more Hyper-V APIs
authorMatt Coleman <mcoleman@datto.com>
Wed, 21 Oct 2020 08:46:13 +0000 (04:46 -0400)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Oct 2020 12:20:54 +0000 (14:20 +0200)
Signed-off-by: Matt Coleman <matt@datto.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index bc35458f3866ea3b7f805410b447e1a482ac8120..d0454b7840e753708dc39f4a74264274f77f0289 100644 (file)
--- 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