$ cat vhost-vsock.xml
<vsock model='virtio'>
<cid auto='yes'/>
</vsock>
error: internal error: unable to execute QEMU command 'getfd': No file descriptor supplied via SCM_RIGHTS
Here we go. This time not that it would be added later by virt-aa-helper.
Just the late passing of FDs breaks it.
The fix for vhost-vsock is the same that we do for vhost-net - scsi is different thou.
Since quite often hot/clodplug is different I was looking into that as well:
$ cat vhost-scsi.xml 50014054d8284df 8'/> 0804001f- c45f-4345- 994f-9fec048e82 2e'
<hostdev mode='subsystem' type='scsi_host' managed='no'>
<source protocol='vhost' wwpn='naa.
</hostdev>
$ virsh attach-device disco-luks vhost-scsi.xml
error: internal error: cannot update AppArmor profile 'libvirt-
$ cat vhost-vsock.xml
<vsock model='virtio'>
<cid auto='yes'/>
</vsock>
error: internal error: unable to execute QEMU command 'getfd': No file descriptor supplied via SCM_RIGHTS
Here we go. This time not that it would be added later by virt-aa-helper.
Just the late passing of FDs breaks it.
The fix for vhost-vsock is the same that we do for vhost-net - scsi is different thou.