Re: VirtFS support in bhyve

2016-02-02 Thread Nikos Vassiliadis
On 02/01/16 04:22, jc...@freebsd.org wrote: Hello, I'm working on virtio-9p (so-called VirtFS) support in bhyve. Project consists of two parts: BSD-licensed lib9p library and actual virtio-9p driver. Right now it's able to do filesystem passthrough using 9P2000.u protocol to Linux guests

VirtFS support in bhyve

2016-01-31 Thread jceel
Hello, I'm working on virtio-9p (so-called VirtFS) support in bhyve. Project consists of two parts: BSD-licensed lib9p library and actual virtio-9p driver. Right now it's able to do filesystem passthrough using 9P2000.u protocol to Linux guests. You can check it out here: https://github.com