Bug 1121781

Summary: Media Transfer Protocol (usb-mtp) support for KVM guests - libvirt
Product: Red Hat Enterprise Linux Advanced Virtualization Reporter: Karen Noel <knoel>
Component: libvirtAssignee: Pavel Hrdina <phrdina>
Status: CLOSED WONTFIX QA Contact: Meina Li <meili>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: cww, dyuan, gscrivan, jsuchane, lmen, mherbert, mzhan, pkrempa, rbalakri, tzheng, virt-bugs, virt-maint, xuzhang, yalzhang
Target Milestone: rcKeywords: FutureFeature
Target Release: 8.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 1121780
: 1121797 (view as bug list) Environment:
Last Closed: 2020-09-10 05:45:36 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1121780    
Bug Blocks: 1121797, 1477664    

Description Karen Noel 2014-07-21 21:06:12 UTC
+++ 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.

Comment 10 Pavel Hrdina 2020-09-10 05:45:36 UTC
The implementation in QEMU is not complete and there is a better replacement, virtio-fs, which is already implemented in libvirt as well.