From KVM
(Difference between revisions)
| Revision as of 06:33, 1 August 2012 Steil (Talk | contribs) ← Previous diff |
Current revision Steil (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| = VirtFS = | = VirtFS = | ||
| - | VirtFS is a new paravirtualized file system interface designed for improving passthrough technologies in the KVM environment. It is based on the VirtIO framework and uses the 9P protocol. | + | VirtFS is a new paravirtualized filesystem interface designed for improving passthrough technologies in the KVM environment. It is based on the VirtIO framework and uses the 9P protocol. |
| == Feature functional description == | == Feature functional description == | ||
| == Detailed == | == Detailed == | ||
| + | |||
| === Why use it? === | === Why use it? === | ||
| + | |||
| + | * virtualization aware filesystem | ||
| + | * offers paravirtualized system services | ||
| + | * simple passthrough for directories from host to guest | ||
| == Backward/forward compatibility issues == | == Backward/forward compatibility issues == | ||
| - | Virt Manager integration sinc version 0.9.1 | + | Virtual Machine Manager integration since version 0.9.1 |
| == Links & Sources == | == Links & Sources == | ||
| - | [[9p_virtio]] | + | [[9p_virtio]] (Example Sharing A Host Directory With The Guest) |
Current revision
Contents |
[edit]
VirtFS
VirtFS is a new paravirtualized filesystem interface designed for improving passthrough technologies in the KVM environment. It is based on the VirtIO framework and uses the 9P protocol.
[edit]
Feature functional description
[edit]
Detailed
[edit]
Why use it?
- virtualization aware filesystem
- offers paravirtualized system services
- simple passthrough for directories from host to guest
[edit]
Backward/forward compatibility issues
Virtual Machine Manager integration since version 0.9.1
[edit]
Links & Sources
9p_virtio (Example Sharing A Host Directory With The Guest)

