mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 05:11:14 +00:00
12 lines
97 B
Plaintext
12 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
{
|
||
|
"type": "gpu",
|
||
|
"features": [
|
||
|
"render-node",
|
||
|
"virgl"
|
||
|
]
|
||
|
}
|
||
|
EOF
|