[libvirt PATCHv1 0/4] qemu: support unmanaged virtiofsd

Ján Tomko jtomko at redhat.com
Wed Mar 31 18:55:34 UTC 2021


Connect the vhost-user-fs device to a socket path configured in the XML.

Starting and stopping the virtiofsd daemon on that socket is the user's
responsibility.

Ján Tomko (4):
  conf: fs: fill out accessmode in post-parse
  conf: fs: allow missing accessmode in the formatter
  conf: add socket for virtiofs filesystems
  qemu: add socket for virtiofs filesystems

 docs/schemas/domaincommon.rng                 | 11 +++++
 src/conf/domain_conf.c                        | 43 +++++++++++++------
 src/conf/domain_conf.h                        |  2 +
 src/qemu/qemu_extdevice.c                     | 10 +++--
 src/qemu/qemu_validate.c                      | 17 +++++---
 tests/qemuxml2argvdata/vhost-user-fs-sock.xml | 39 +++++++++++++++++
 .../vhost-user-fs-sock.x86_64-latest.xml      |  1 +
 tests/qemuxml2xmltest.c                       |  1 +
 8 files changed, 102 insertions(+), 22 deletions(-)
 create mode 100644 tests/qemuxml2argvdata/vhost-user-fs-sock.xml
 create mode 120000 tests/qemuxml2xmloutdata/vhost-user-fs-sock.x86_64-latest.xml

-- 
2.29.2




More information about the libvir-list mailing list