From: Matt Coleman Date: Mon, 5 Oct 2020 16:20:15 +0000 (-0400) Subject: news: document new Hyper-V features and bug fixes X-Git-Tag: v6.9.0-rc1~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d3e58bdf43ce2f6f22e806bbf264a1534d35c5;p=thirdparty%2Flibvirt.git news: document new Hyper-V features and bug fixes Signed-off-by: Matt Coleman Reviewed-by: Neal Gompa Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index b2ed661c8e..e708f06e9e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,10 +19,20 @@ v6.9.0 (unreleased) local file-backed disks to configure a disk which discards changes made to it while the VM was active. + * hyperv: implement new APIs + + The ``virConnectGetCapabilities()``, ``virConnectGetMaxVcpus()``, + ``virConnectGetVersion()``, and ``virDomainGetAutostart()`` APIs have been + implemented in the Hyper-V driver. + * **Improvements** * **Bug fixes** + * hyperv: ensure WQL queries work in all locales + + Relying on the "Description" field caused queries to fail on non-"en-US" + systems. The queries have been updated to avoid using localized strings. v6.8.0 (2020-10-01) ===================