diff options
author | Peter Krempa <pkrempa@redhat.com> | 2020-07-27 08:39:37 +0200 |
---|---|---|
committer | Peter Krempa <pkrempa@redhat.com> | 2020-07-31 12:33:21 +0200 |
commit | b8616c6d5ca92f3224149ca84fa0619904a26f78 (patch) | |
tree | 2009fb30c0d4920c83f5d865fedfe0f591395778 /NEWS.rst | |
parent | 7877e0d2e41ebde43136b60e2897727165477c75 (diff) | |
download | libvirt-b8616c6d5ca92f3224149ca84fa0619904a26f78.tar.gz |
NEWS: Mention fixes and improvements of BLOCK_THRESHOLD and TLS key tencryption
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r-- | NEWS.rst | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -31,6 +31,16 @@ v6.6.0 (unreleased) Specifying a virtualHW version greater or equal to 7 (ESXi 4.0) will allow you to use up to 10 NICs instead of 4 as it was previously. + * qemu: Support encrypted TLS keys for NBD disks + + The secret key used for disks can now be encrypted similarly to TLS keys + used for migration, chardev and others. + + * qemu: ``VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD`` can now be registered for ``<mirror>`` + + The event can now be used also for block copy destinations by using the + index of the ``<mirror>`` image. + * **Bug fixes** * virdevmapper: Don't use libdevmapper to obtain dependencies @@ -40,6 +50,16 @@ v6.6.0 (unreleased) meant that libdevmapper opened ``/dev/mapper/control`` which wasn't closed and was leaked to QEMU. CVE-2020-14339 + * qemu: Report correct ``index`` in ``VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD`` + + Starting from libvirt 5.10 with QEMU 4.2 the + ``VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD`` event would report incorrect device + ``index`` when reported for an image from the backing chain of a disk. + + * qemu: Don't fail active layer block commit or block copy in certain cases + + Starting from libvirt-6.5 an active layer block commit or a block copy could + fail if the same destination was used more than once. v6.5.0 (2020-07-03) =================== |