]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
NEWS: mention nbdkit config option
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 12 Jan 2024 15:17:56 +0000 (09:17 -0600)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Jan 2024 08:42:29 +0000 (09:42 +0100)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 40500b07187a04b0a3556acae7c3dd41aa8a6d31..6a776c04eb2a9a2601854ddc39633c40b37c641e 100644 (file)
--- 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
     ``<driver model='plugh'/>`` 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