VirtFS: Difference between revisions

From KVM
No edit summary
No edit summary
 
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)

Latest revision as of 02:41, 1 August 2012

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.

Feature functional description

Detailed

Why use it?

  • virtualization aware filesystem
  • offers paravirtualized system services
  • simple passthrough for directories from host to guest

Backward/forward compatibility issues

Virtual Machine Manager integration since version 0.9.1


Links & Sources

9p_virtio (Example Sharing A Host Directory With The Guest)