qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Accessing a shared folder


From: Thomas Huth
Subject: Re: [Qemu-discuss] Accessing a shared folder
Date: Wed, 30 Aug 2017 12:17:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 30.08.2017 12:11, Greg Kurz wrote:
[...]
> Hi,
> 
> Both -virtfs and -fsdev/-device syntaxes work for me with the current QEMU
> master branch :) Where's your qemu-system-x86_64 binary coming from ?

There is at least one problem with -virtfs if you forget to specify
the "security_model=xxx" option:

$ x86_64-softmmu/qemu-system-x86_64 -virtfs 
local,id=shared,path=/tmp,mount_tag=tag
qemu-system-x86_64: util/qemu-option.c:547: opt_set: Assertion `opt->str' 
failed.
Aborted (core dumped)

According to the qemu-doc, the securit_model is optional, so it
should be possible to run qemu without it, too, shouldn't it?

 Thomas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]