From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH BlueZ 2/2] test-runner: Use multidevs=remap when mounting rootfs
Date: Tue, 17 Nov 2020 11:06:07 -0800 [thread overview]
Message-ID: <20201117190607.50483-2-luiz.dentz@gmail.com> (raw)
In-Reply-To: <20201117190607.50483-1-luiz.dentz@gmail.com>
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This avoid inode collisions when the host has multiple fs to be mapped
to the rootfs on the guest.
---
tools/test-runner.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 0c5daf2d9..ee077ebcf 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -193,7 +193,8 @@ static char *const qemu_argv[] = {
"-no-acpi",
"-no-hpet",
"-no-reboot",
- "-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none",
+ "-fsdev", "local,id=fsdev-root,path=/,readonly,security_model=none,"
+ "multidevs=remap",
"-device", "virtio-9p-pci,fsdev=fsdev-root,mount_tag=/dev/root",
"-chardev", "stdio,id=con,mux=on",
"-serial", "chardev:con",
--
2.26.2
next prev parent reply other threads:[~2020-11-17 19:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-17 19:06 [PATCH BlueZ 1/2] test-runner: Change qemu output Luiz Augusto von Dentz
2020-11-17 19:06 ` Luiz Augusto von Dentz [this message]
2020-11-17 19:25 ` [BlueZ,1/2] " bluez.test.bot
2020-11-17 20:33 ` Luiz Augusto von Dentz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201117190607.50483-2-luiz.dentz@gmail.com \
--to=luiz.dentz@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox