diff options
author | Marc-André Lureau | 2019-05-24 15:09:38 +0200 |
---|---|---|
committer | Gerd Hoffmann | 2019-05-29 06:29:07 +0200 |
commit | bd2e44fee474c43f54aadd35b5b8fd5ba8f4d11f (patch) | |
tree | 07c1d44ede00c80816611454fde2e9c8f90da9bb /MAINTAINERS | |
parent | virtio-gpu: add sanity check (diff) | |
download | qemu-bd2e44fee474c43f54aadd35b5b8fd5ba8f4d11f.tar.gz qemu-bd2e44fee474c43f54aadd35b5b8fd5ba8f4d11f.tar.xz qemu-bd2e44fee474c43f54aadd35b5b8fd5ba8f4d11f.zip |
vhost-user: add vhost_user_gpu_set_socket()
Add a new vhost-user message to give a unix socket to a vhost-user
backend for GPU display updates.
Back when I started that work, I added a new GPU channel because the
vhost-user protocol wasn't bidirectional. Since then, there is a
vhost-user-slave channel for the slave to send requests to the master.
We could extend it with GPU messages. However, the GPU protocol is
quite orthogonal to vhost-user, thus I chose to have a new dedicated
channel.
See vhost-user-gpu.rst for the protocol details.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-id: 20190524130946.31736-2-marcandre.lureau@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3cacd751bf..e04ae7817c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1676,6 +1676,12 @@ F: hw/display/virtio-gpu* F: hw/display/virtio-vga.c F: include/hw/virtio/virtio-gpu.h +vhost-user-gpu +M: Marc-André Lureau <marcandre.lureau@redhat.com> +M: Gerd Hoffmann <kraxel@redhat.com> +S: Maintained +F: docs/interop/vhost-user-gpu.rst + Cirrus VGA M: Gerd Hoffmann <kraxel@redhat.com> S: Odd Fixes |