]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: qemu: add virtiofs fsdriver type
authorJán Tomko <jtomko@redhat.com>
Tue, 16 Jul 2019 05:01:30 +0000 (07:01 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 4 Mar 2020 11:08:50 +0000 (12:08 +0100)
commitecc6ad6b90ad674a903c95d2a637f8b1b5833be2
tree2bf739089b336601ea0f1a1bd7528e552bdd7974
parentaecf1f5d702ad710aed99a688f38f05cc304b03a
conf: qemu: add virtiofs fsdriver type

Introduce a new 'virtiofs' driver type for filesystem.

<filesystem type='mount' accessmode='passthrough'>
  <driver type='virtiofs'/>
  <source dir='/path'/>
  <target dir='mount_tag'>
  <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</filesystem>

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Tested-by: Andrea Bolognani <abologna@redhat.com>
12 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain_address.c
tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml [new file with mode: 0644]
tests/qemuxml2argvdata/vhost-user-fs-hugepages.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/vhost-user-fs-fd-memory.x86_64-latest.xml [new symlink]
tests/qemuxml2xmloutdata/vhost-user-fs-hugepages.x86_64-latest.xml [new symlink]
tests/qemuxml2xmltest.c