Re: [PATCH] NEWS: mention nbdkit config option

2024-01-15 Thread Michal Prívozník
On 1/12/24 16:17, Jonathon Jongsma wrote:
> Signed-off-by: Jonathon Jongsma 
> ---
>  NEWS.rst | 10 ++
>  1 file changed, 10 insertions(+)

Reviewed-by: Michal Privoznik 

and merged in case you didn't wake up in time before Jirka make's new
release.

Michal
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org


[PATCH] NEWS: mention nbdkit config option

2024-01-12 Thread Jonathon Jongsma
Signed-off-by: Jonathon Jongsma 
---
 NEWS.rst | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index af3c4906df..8088097ad6 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -37,6 +37,16 @@ v10.0.0 (unreleased)
 ``virDomainBlockResize`` allows resizing a block-device backed ``raw`` disk
 of a VM without the need to specify the full size of the block device.
 
+  * 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
-- 
2.43.0
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org