mirror of https://gitee.com/openkylin/libvirt.git
news: document new Hyper-V features and bug fixes
Signed-off-by: Matt Coleman <matt@datto.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
1fe7aa3ccc
commit
a6d3e58bdf
10
NEWS.rst
10
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)
|
||||
===================
|
||||
|
|
Loading…
Reference in New Issue