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>
12 lines
97 B
Bash
Executable File
12 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
{
|
|
"type": "gpu",
|
|
"features": [
|
|
"render-node",
|
|
"virgl"
|
|
]
|
|
}
|
|
EOF
|