From: Jiri Denemark Date: Mon, 30 Jun 2025 09:54:44 +0000 (+0200) Subject: NEWS: Mention shared filesystem detection fix X-Git-Tag: v11.5.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=357cbcb05ef83b476035418a8089683d387b5e19;p=thirdparty%2Flibvirt.git NEWS: Mention shared filesystem detection fix Signed-off-by: Jiri Denemark Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index ee4e9a022e..089224cbe3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -66,6 +66,12 @@ v11.5.0 (unreleased) domain XML acquires QUERY job. But this caused a regression when the API might timeout for incoming migration. This is now fixed. + * qemu: Fix shared filesystem detection on nonexistent paths + + Since ``libvirt-11.1.0`` nonexistent paths within directories marked as + shared filesystem (via the ``shared_filesystems`` option in ``qemu.conf`` + would not be properly detected as being on a shared filesystem. + v11.4.0 (2025-06-02) ====================