From: Yanqiu Zhang Date: Thu, 3 Sep 2020 02:56:48 +0000 (+0000) Subject: news: qemu: Support TLS for NBD connections for pull mode backup X-Git-Tag: v6.8.0-rc1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6285f84faeacccdef12b69a7bc38975230d6662;p=thirdparty%2Flibvirt.git news: qemu: Support TLS for NBD connections for pull mode backup Signed-off-by: Yanqiu Zhang Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index e4b71e6563..05d04b29e1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -161,6 +161,12 @@ v6.6.0 (2020-08-02) The secret key used for disks can now be encrypted similarly to TLS keys used for migration, chardev and others. + * qemu: Support TLS for NBD connections for pull mode backup + + Use the configured TLS env to setup encryption of the TLS transport. Add + 'tls' attribute for 'server' element to enable TLS. Possible values are + ``yes`` or ``no``. + * qemu: ``VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD`` can now be registered for ```` The event can now be used also for block copy destinations by using the