Virtiofs

Virtiofs is a shared file system that lets virtual machines access a directory tree on the host. Unlike previous approaches (like virtio-9p), it is not a network file system repurposed for virtualization, but specifically designed to take advantage of the locality of virtual machines and their hypervisor. Because of this it offers local file system semantics and performance.

Further reading