lib9p: fix building on systems without capserPR: 252353
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.VirtFS allows sharing an arbitrary directory tree between bhyve virtualmachine and the host. Current implementation has a fairly complete sup
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.VirtFS allows sharing an arbitrary directory tree between bhyve virtualmachine and the host. Current implementation has a fairly complete supportfor 9P2000.L protocol, except for the extended attribute support. It hasbeen verified to work with the qemu-kvm hypervisor.Reviewed by: rgrimes, emaste, jhb, traszApproved by: trasz (mentor)MFC after: 1 monthRelnotes: yesSponsored by: Conclusive Engineering (development), vStack.com (funding)Differential Revision: https://reviews.freebsd.org/D10335
show more ...