[libvirt PATCHv3 05/12] conf: qemu: add virtiofs fsdriver type

Daniel P. Berrangé berrange at redhat.com
Mon Feb 3 16:18:17 UTC 2020


On Thu, Jan 30, 2020 at 06:06:21PM +0100, Ján Tomko wrote:
> 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 at redhat.com>
> ---
>  docs/formatdomain.html.in                     | 12 ++-
>  docs/schemas/domaincommon.rng                 |  6 ++
>  src/conf/domain_conf.c                        |  1 +
>  src/conf/domain_conf.h                        |  1 +
>  src/qemu/qemu_command.c                       |  4 +
>  src/qemu/qemu_domain.c                        |  4 +
>  src/qemu/qemu_domain_address.c                |  4 +
>  .../vhost-user-fs-fd-memory.xml               | 39 ++++++++++
>  .../vhost-user-fs-hugepages.xml               | 74 +++++++++++++++++++
>  .../vhost-user-fs-fd-memory.x86_64-latest.xml |  1 +
>  .../vhost-user-fs-hugepages.x86_64-latest.xml |  1 +
>  tests/qemuxml2xmltest.c                       |  3 +
>  12 files changed, 149 insertions(+), 1 deletion(-)
>  create mode 100644 tests/qemuxml2argvdata/vhost-user-fs-fd-memory.xml
>  create mode 100644 tests/qemuxml2argvdata/vhost-user-fs-hugepages.xml
>  create mode 120000 tests/qemuxml2xmloutdata/vhost-user-fs-fd-memory.x86_64-latest.xml
>  create mode 120000 tests/qemuxml2xmloutdata/vhost-user-fs-hugepages.x86_64-latest.xml

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list