Skip to content

machine: specify multidevs=remap argument to virtfs

Corentin Noël requested to merge tintou/fakemachine:wip/tintou/multidevs into master

Use 'remap' behaviour to deal with multiple devices being shared with a 9p export

Fixes warnings like:

9p: Multiple devices detected in same VirtFS export, which might lead to file
ID collisions and severe misbehaviours on guest!
You should either use a separate export for each device shared from host or
use virtfs option 'multidevs=remap'!

Requires QEMU >= 4.2.0

Merge request reports