From 100353cfbf882e23c911300ebd0cb458bd3ee975 Mon Sep 17 00:00:00 2001 From: Jakub Wojciech Klama Date: Sat, 3 Oct 2020 19:05:13 +0000 Subject: 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 --- etc/mtree/BSD.include.dist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index 22bbaa73662e..ec71a7f4509f 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -193,6 +193,8 @@ .. lib80211 .. + lib9p + .. libipt .. libmilter -- cgit v1.3