diff options
| author | Jakub Wojciech Klama <jceel@FreeBSD.org> | 2020-10-03 19:05:13 +0000 |
|---|---|---|
| committer | Jakub Wojciech Klama <jceel@FreeBSD.org> | 2020-10-03 19:05:13 +0000 |
| commit | 100353cfbf882e23c911300ebd0cb458bd3ee975 (patch) | |
| tree | 243f1f26c42494f3e4b214e97433bcf59e1e436b /lib/Makefile | |
| parent | 067bb8206d86526a72c7e7ba6285103b2cad3ad3 (diff) | |
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.
VirtFS allows sharing an arbitrary directory tree between bhyve virtual
machine and the host. Current implementation has a fairly complete support
for 9P2000.L protocol, except for the extended attribute support. It has
been verified to work with the qemu-kvm hypervisor.
Reviewed by: rgrimes, emaste, jhb, trasz
Approved by: trasz (mentor)
MFC after: 1 month
Relnotes: yes
Sponsored by: Conclusive Engineering (development), vStack.com (funding)
Differential Revision: https://reviews.freebsd.org/D10335
Notes
svn path=/head/; revision=366413
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index ff3e36a7136e..f5006d4eb5f4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -30,6 +30,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \ .WAIT \ libsqlite3 \ geom \ + lib9p \ libalias \ libarchive \ libauditd \ |
