= 9p fs access in libvirt =
Let's say we want to mount /home/ubuntu on the host, in the VM. In the VMs xml, add something like:
{{{
}}}
To make it readonly, add ''
Now in the VM, you can mount it as:
sudo mount -t 9p hostmnt /mnt
and find the contents under /mnt.