From 24a8b20eb737065d68678c5237e4400edfcd1182 Mon Sep 17 00:00:00 2001 From: Jerome Forissier <jerome.forissier@linaro.org> Date: Wed, 8 Aug 2018 11:29:07 +0200 Subject: [PATCH] qemu: doc: fix host folder sharing documentation Now that buildroot is used, the 'mount_shared' alias is not available anymore. Document the full command instead. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Joakim Bech <joakim.bech@linaro.org> --- docs/qemu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/qemu.md b/docs/qemu.md index 7970924..c9559d8 100644 --- a/docs/qemu.md +++ b/docs/qemu.md @@ -43,7 +43,7 @@ rebuild QEMU. To mount host folder in QEMU, simply run: ```bash -$ mount_shared <mount_point> +$ mount -t 9p -o trans=virtio host <mount_point> ``` # 5. SLiRP user networking To enable SLiRP user networking just set `QEMU_USERNET_ENABLE ?= y` in `common.mk`. -- GitLab