diff options
author | Marc-André Lureau | 2019-05-24 15:09:42 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2019-05-29 06:30:45 +0200 |
commit | d52c454aadcdae74506f315ebf8b58bb79a05573 (patch) | |
tree | bd33d33f2feb37afa4167ec6dc05b6be0e9bc0aa /MAINTAINERS | |
parent | util: compile drm.o on posix (diff) | |
download | qemu-d52c454aadcdae74506f315ebf8b58bb79a05573.tar.gz qemu-d52c454aadcdae74506f315ebf8b58bb79a05573.tar.xz qemu-d52c454aadcdae74506f315ebf8b58bb79a05573.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e04ae7817c..093b9cb49b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1681,6 +1681,8 @@ M: Marc-André Lureau <marcandre.lureau@redhat.com> M: Gerd Hoffmann <kraxel@redhat.com> S: Maintained F: docs/interop/vhost-user-gpu.rst +F: contrib/vhost-user-gpu +F: hw/display/vhost-user-* Cirrus VGA M: Gerd Hoffmann <kraxel@redhat.com> |