[libvirt PATCHv2 0/5] qemu: do not use deprecated options for new virtiofsd (virtiofs epopee)

Ján Tomko posted 5 patches 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1720101270.git.jtomko@redhat.com
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
[libvirt PATCHv2 0/5] qemu: do not use deprecated options for new virtiofsd (virtiofs epopee)
Posted by Ján Tomko 2 months ago
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

-- 
2.45.2
Re: [libvirt PATCHv2 0/5] qemu: do not use deprecated options for new virtiofsd (virtiofs epopee)
Posted by Michal Prívozník 2 months ago
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@redhat.com>

Michal