libvirt/tests/qemuvhostuserdata/usr/libexec/qemu/vhost-user/test-virtiofsd
Ján Tomko f64e658df0 tests: vhostuser: add virtiofsd json descriptor
Add the capabilities from the latest virtiofsd main branch and adjust
the order in the priority test accordingly.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2024-07-10 12:32:23 +02:00

11 lines
87 B
Bash
Executable File

#!/bin/sh
cat <<EOF
{
"type": "fs",
"features": [
"migrate-precopy"
]
}
EOF