]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: forbid readonly attribute for externally launched virtiofsd
authorJán Tomko <jtomko@redhat.com>
Mon, 19 May 2025 16:20:57 +0000 (18:20 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 22 Oct 2025 12:35:54 +0000 (14:35 +0200)
commit6862969cf8c9e3a7c0636e7c1a220fe65014155d
tree4566143757995c6431a055834a2f6e81d7e12fc2
parent69e5ad478e87bb55fed82b618d8e7b56d6a6c35b
qemu: forbid readonly attribute for externally launched virtiofsd

In that case, libvirtd cannot set it on the command line because
virtiofsd is not launched by libvirt.

https://issues.redhat.com/browse/RHEL-87522

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_validate.c
tests/qemuxmlconfdata/vhost-user-fs-sock-readonly.x86_64-latest.err [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-sock-readonly.xml [new file with mode: 0644]
tests/qemuxmlconftest.c