]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxmlconftests: test virtiofsd command line too
authorJán Tomko <jtomko@redhat.com>
Thu, 17 Jul 2025 17:11:43 +0000 (19:11 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 24 Sep 2025 13:11:18 +0000 (15:11 +0200)
commit90b4a24870be86c2a90bf74a3ec250acafa39ea2
tree0ae18a977a4da67e9bd2f85ad12f95ceb8e848f3
parentbab8033bcc1092a4b63d8df34dcdc69b6a1a7a2f
tests: qemuxmlconftests: test virtiofsd command line too

Fake the capabilities based on the QEMU version so that we can test
the command line for both the C version of virtiofsd (removed in QEMU
8.0.0) and the Rust version.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
tests/qemuxmlconfdata/vhost-user-fs-ccw.s390x-latest.virtiofsd0.args [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-fd-memory.x86_64-latest.virtiofsd0.args [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-fd-openfiles.x86_64-latest.virtiofsd0.args [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-hugepages.x86_64-latest.virtiofsd0.args [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-hugepages.x86_64-latest.virtiofsd1.args [new file with mode: 0644]
tests/qemuxmlconfdata/vhost-user-fs-readonly.x86_64-latest.virtiofsd0.args [new file with mode: 0644]
tests/qemuxmlconftest.c