mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
13248e1688
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>
9 lines
170 B
JSON
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"
|
|
]
|
|
}
|