Roman Bogorodskiy
7382a7c2be
bhyve: implement virtio-9p support
...
Recently virtio-9p support was added to bhyve.
On the host side it looks this way:
bhyve .... -s 25:0,virtio-9p,sharename=/path/to/shared/dir
It could also have ",ro" suffix to make share read-only.
In the Linux guest, this share is mounted with:
mount -t 9p sharename /mnt/sharename
In the guest user will see the same permissions and ownership
information for this directory as on the host. No uid/gid remapping is
supported, so those could resolve to wrong user or group names.
The same applies to the other side: chowning/chmodding in the guest will
set specified ownership and permissions on the host.
In libvirt domain XML it's modeled using the 'filesystem' element:
<filesystem type='mount'>
<source dir='/path/to/shared/dir'/>
<target dir='sharename'/>
</filesystem>
Optional 'readonly' sub-element enables read-only mode.
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-10-09 18:46:04 +04:00
..
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-02-07 19:17:58 +04:00
2017-02-07 19:17:58 +04:00
2017-02-07 19:17:58 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2020-09-22 15:59:37 +04:00
2020-09-22 15:59:37 +04:00
2020-09-21 20:03:45 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-01-30 20:48:42 +04:00
2017-02-07 19:17:58 +04:00
2017-02-07 19:17:58 +04:00
2017-02-07 19:17:58 +04:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2016-01-25 04:19:33 +03:00
2017-01-02 13:30:39 +01:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2016-01-25 04:19:33 +03:00
2017-01-02 13:30:39 +01:00
2017-01-02 13:30:39 +01:00
2016-01-25 04:19:33 +03:00
2017-01-30 20:48:42 +04:00
2016-01-25 04:19:33 +03:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2019-01-27 14:54:52 +04:00
2019-01-27 14:54:52 +04:00
2019-01-27 14:54:52 +04:00
2020-09-21 20:03:00 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2018-06-08 21:53:36 +04:00
2018-06-08 21:53:36 +04:00
2018-06-08 21:53:36 +04:00
2018-06-08 21:53:36 +04:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2014-11-12 09:55:22 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-02 13:30:39 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2020-10-09 18:46:04 +04:00
2017-01-30 20:48:42 +04:00
2014-11-13 15:40:48 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2014-11-13 15:40:48 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2014-11-12 09:55:22 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-03-26 19:22:30 +04:00
2017-03-26 19:22:30 +04:00
2017-03-26 19:22:30 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2020-09-21 20:03:00 +04:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2017-01-30 20:48:42 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2014-04-08 20:50:36 +04:00
2019-02-24 13:20:51 +04:00
2019-02-24 13:20:51 +04:00
2019-02-24 13:20:51 +04:00
2017-02-11 06:51:28 +04:00
2017-02-11 06:51:28 +04:00
2017-02-11 06:51:28 +04:00
2020-09-21 20:03:00 +04:00
2014-11-12 09:55:22 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2020-09-21 20:03:00 +04:00
2014-11-12 09:55:22 +01:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2020-09-21 20:03:00 +04:00
2015-11-09 15:50:39 +00:00
2017-01-02 13:30:39 +01:00
2020-08-25 08:42:16 +04:00
2020-08-25 08:42:16 +04:00
2020-08-25 08:42:16 +04:00
2020-09-21 20:03:00 +04:00
2017-03-11 23:02:12 +04:00
2017-03-11 23:02:12 +04:00
2020-09-21 20:03:00 +04:00
2017-08-06 09:24:26 +04:00
2017-08-06 09:24:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-22 17:19:26 +04:00
2020-09-21 20:03:00 +04:00
2017-06-27 17:44:27 +04:00
2017-06-27 17:44:27 +04:00
2020-09-21 20:03:00 +04:00
2017-06-27 17:44:27 +04:00
2017-06-27 17:44:27 +04:00
2020-09-21 20:03:00 +04:00
2017-06-27 17:44:27 +04:00
2017-06-27 17:44:27 +04:00
2020-09-21 20:03:00 +04:00
2017-03-11 23:31:01 +04:00
2017-03-11 23:31:01 +04:00
2018-05-13 13:38:31 +04:00
2018-05-13 13:38:31 +04:00
2018-05-13 13:38:31 +04:00
2017-03-26 19:22:30 +04:00
2017-03-26 19:22:30 +04:00
2017-03-26 19:22:30 +04:00