From: Jonathon Jongsma Date: Fri, 12 Jan 2024 15:17:56 +0000 (-0600) Subject: NEWS: mention nbdkit config option X-Git-Tag: v10.0.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed420d8459a4cf039942ead4353c3147ba73ced;p=thirdparty%2Flibvirt.git NEWS: mention nbdkit config option Signed-off-by: Jonathon Jongsma Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 40500b0718..6a776c04eb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -46,6 +46,16 @@ v10.0.0 (unreleased) vfio-pci. A specific driver can also be forced, using the ```` attribute. + * qemu: add runtime configuration option for nbdkit + + Since the new nbdkit support requires a recent selinux policy that is not + widely available yet, it is now possible to build libvirt with nbdkit + support for remote disks but disabled at runtime. This behavior is + controlled via the storage_use_nbdkit option of the qemu driver + configuration file. The option will default to being disabled, but this may + change in a future release and can be customized with the + nbdkit_config_default build option. + * **Improvements** * qemu: Improve migration XML use when persisting VM on destination