On 28.08.2015 08:34, Jean-Pierre Ribeauville wrote:
HI,
Thx for your hint.
I've tried this instead :
<channel type='unix'>
<source mode='bind' path='/opt/omnivision_1.agent'/>
<target type='virtio' name='omnivision_1.agent'/>
<address type='virtio-serial' controller='0' bus='0'
port='2'/>
</channel>
Then, when starting the Guest I get this error message :
[It's better to send just text via e-mail]
So, the error message is telling you, that qemu process does not have
enough permissions to bind to the unix socket under the given path.
Either you should level up qemu permissions (e.g. run it as root), or
use path that qemu will have access to. Or set correct permissions on
the socket target.
Michal