Re: [PATCH 2/3] docs: bhyve: document virtio-9p support

2020-10-12 Thread Michal Privoznik

On 10/10/20 6:13 AM, Roman Bogorodskiy wrote:

Signed-off-by: Roman Bogorodskiy 
---
  docs/drvbhyve.html.in | 21 +
  1 file changed, 21 insertions(+)



Reviewed-by: Michal Privoznik 

Michal



[PATCH 2/3] docs: bhyve: document virtio-9p support

2020-10-09 Thread Roman Bogorodskiy
Signed-off-by: Roman Bogorodskiy 
---
 docs/drvbhyve.html.in | 21 +
 1 file changed, 21 insertions(+)

diff --git a/docs/drvbhyve.html.in b/docs/drvbhyve.html.in
index 49d4aa5878..228e8b2bd5 100644
--- a/docs/drvbhyve.html.in
+++ b/docs/drvbhyve.html.in
@@ -482,6 +482,27 @@ to the guest, with ich7 being the only 
supported model now,
 and the audio element specifies how the guest device is mapped
 to the host sound device.
 
+Virtio-9p filesystem
+
+As of https://svnweb.freebsd.org/changeset/base/366413;>FreeBSD 
changeset r366413
+bhyve supports sharing arbitrary directory tree between the guest and the host.
+It's supported in libvirt since 6.9.0.
+
+
+...
+  filesystem
+source dir='/shared/dir'/
+target dir='shared_dir'/
+  /filesystem
+...
+
+
+This share could be made read only by adding the 
readonly/ sub-element.
+
+In the Linux guest, this could be mounted using:
+
+mount -t 9p shared_dir /mnt/shared_dir
+
 Wiring guest memory
 
 Since 4.4.0, it's possible to specify that guest 
memory should
-- 
2.28.0