mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
contrib: add vhost-user-gpu
Add a vhost-user gpu backend, based on virtio-gpu/3d device. It is associated with a vhost-user-gpu device. Various TODO and nice to have items: - multi-head support - crash & resume handling - accelerated rendering/display that avoids the waiting round trips - edid support Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20190524130946.31736-6-marcandre.lureau@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
b213fee8a7
commit
d52c454aad
13 changed files with 2427 additions and 2 deletions
5
contrib/vhost-user-gpu/50-qemu-gpu.json.in
Normal file
5
contrib/vhost-user-gpu/50-qemu-gpu.json.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"description": "QEMU vhost-user-gpu",
|
||||
"type": "gpu",
|
||||
"binary": "@libexecdir@/vhost-user-gpu",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue