libvirt/tests/qemuvhostuserdata/usr/share/qemu/vhost-user/50-gpu.json
Marc-André Lureau 13248e1688 qemu: add vhost-user helpers
Add qemuVhostUserFetchConfigs() to discover vhost-user helpers.

qemuVhostUserFillDomainGPU() will find the first matching GPU helper
with the required capabilities and set the associated
vhost_user_binary.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Cole Robinson <crobinso@redhat.com>
2019-09-24 13:19:08 -04:00

9 lines
170 B
JSON

{
"description": "QEMU vhost-user-gpu",
"type": "gpu",
"binary": "/usr/libexec/qemu/vhost-user/test-vhost-user-gpu",
"tags": [
"CONFIG_OPENGL_DMABUF=y"
]
}