+++ This bug was initially created as a clone of Bug #1121781 +++
+++ This bug was initially created as a clone of Bug #1121780 +++
Description of problem:
Export host file systems to KVM guests using MTP (Media Transfer Protocol), by using the usb-mtp device in QEMU.
The virtfs project, led by IBM, was never included in RHEL/KVM. It cannot be used as a general passthrough file system due to lack of Windows guest support. There was also some other concerns listed in BZ 729054, including the move MTP as an alternative.
virtio-fs is not a great alternative for a number of reasons
- it lacks platform portability, most especially to Windows.
- it only works with the systemd libvirtd as it can't run unprivileged yet
- in the guest it also requires privileged, ,manual admin setup.
Essentally virtio-fs is fine for Linux server workloads.
USB MTP is better for cross OS portable, desktop virt file sharing from the host which is arguably more important for virt-manaager.