From: Ján Tomko Date: Thu, 22 Apr 2021 11:38:09 +0000 (+0200) Subject: NEWS: qemu: add socket for virtiofs filesystems X-Git-Tag: v7.3.0-rc2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716494368addcf9d15763376fad643ca54f7b8ef;p=thirdparty%2Flibvirt.git NEWS: qemu: add socket for virtiofs filesystems Signed-off-by: Ján Tomko Reviewed-by: Jonathon Jongsma --- diff --git a/NEWS.rst b/NEWS.rst index 5f8b0ae02d..7b55dd056f 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -18,6 +18,12 @@ v7.3.0 (unreleased) The xen driver now supports domains with more than 4TB of memory with xen >= 4.13. + * qemu: add socket for virtiofs filesystems + + Libvirt now supports ``filesystem`` devices that connect to + a ``virtiofsd`` daemon launched outside of libvirtd, via the + ``socket`` attribute of the ``source`` element. + * **Improvements** * **Bug fixes**