Bug 596692

Summary: RFE: QEMU p9fs: Support virtio p9fs for filesystem passthrough to guest
Product: [Community] Virtualization Tools Reporter: Daniel BerrangĂ© <berrange>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: crobinso, moli, xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-07 14:30:45 UTC Type: ---
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:    
Bug Blocks: 636033    

Description Daniel Berrangé 2010-05-27 10:21:38 UTC
Description of problem:
Latest QEMU has a virtio driver for the p9fs filesystem, to allow host directories to be passed through to the guest. This is a very useful feature and needs to be supported in libvirt's QEMU driver.

 - Hook up the existing <filesystem> tag
 - Integrate with SELinux security driver


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Daniel Berrangé 2010-11-09 22:12:46 UTC
Core support is done in

commit a5c646a770769179a46f8157cfb7d526ac5efc81
Author: Daniel P. Berrange <berrange>
Date:   Wed Jun 2 15:05:09 2010 +0100

    Implement support for virtio plan9fs filesystem passthrough in QEMU


The SELinux sVirt driver still needs to have support for relabelling the filesystem tree.