summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMarc-André Lureau2019-05-03 15:00:31 +0200
committerGerd Hoffmann2019-05-10 12:48:35 +0200
commitf24bb7287ddbdfd9b75fe782c366abc7939a4190 (patch)
tree6d9348541525dcc66caa7899b1b8462c1a7b7bd7 /MAINTAINERS
parentlibvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config (diff)
downloadqemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.tar.gz
qemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.tar.xz
qemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.zip
Add vhost-user-backend
Create a vhost-user-backend object that holds a connection to a vhost-user backend (or "slave" process) and can be referenced from virtio devices that support it. See later patches for input & gpu usage. Note: a previous iteration of this object made it user-creatable, and allowed managed sub-process spawning, but that has been dropped for now. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-id: 20190503130034.24916-4-marcandre.lureau@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 66ddbda9c9..2e40390ebc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1478,6 +1478,8 @@ F: hw/*/*vhost*
F: docs/interop/vhost-user.json
F: docs/interop/vhost-user.txt
F: contrib/vhost-user-*/
+F: backends/vhost-user.c
+F: include/sysemu/vhost-user-backend.h
virtio
M: Michael S. Tsirkin <mst@redhat.com>