On 7/4/24 15:54, Ján Tomko wrote: > Also, allow migration if we think we can. > > Ján Tomko (5): > tests: vhostuser: add virtiofsd json descriptor > tests: qemuxmlconf: adjust test case to new virtiofsd > qemu: fill capabilities for virtiofsd > qemu: do not use deprecated options for new virtiofsd > qemu: migration: allow migration for virtiofs > > src/conf/domain_conf.h | 1 + > src/qemu/qemu_migration.c | 9 +- > src/qemu/qemu_vhost_user.c | 60 ++++++++++++ > src/qemu/qemu_vhost_user.h | 12 +++ > src/qemu/qemu_virtiofs.c | 92 +++++++++++++------ > .../libexec/qemu/vhost-user/test-virtiofsd | 10 ++ > .../qemu/vhost-user/50-qemu-virtiofsd.json | 5 + > tests/qemuvhostusertest.c | 1 + > .../vhost-user-fs-fd-memory.xml | 3 +- > 9 files changed, 161 insertions(+), 32 deletions(-) > create mode 100755 tests/qemuvhostuserdata/usr/libexec/qemu/vhost-user/test-virtiofsd > create mode 100644 tests/qemuvhostuserdata/usr/share/qemu/vhost-user/50-qemu-virtiofsd.json > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal