Michal Privoznik wrote:
On 10/10/20 6:13 AM, Roman Bogorodskiy wrote:
> For the virtio-9p bhyve command line argument, the proper order
> is mount_tag=/path/to/host/dir, not the opposite.
>
> Signed-off-by: Roman Bogorodskiy <bogorodskiy(a)gmail.com>
> ---
> src/bhyve/bhyve_command.c | 2 +-
> tests/bhyvexml2argvdata/bhyvexml2argv-fs-9p-readonly.args | 2 +-
> tests/bhyvexml2argvdata/bhyvexml2argv-fs-9p.args | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Ooops, sorry for not spotting this during review.
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
Michal
My fault, apparently I didn't test the final version where I've already
replaced my hardcoded test paths with the actual data from XML.
Thanks
Roman Bogorodskiy