diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-05-03 15:00:31 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-05-10 12:48:35 +0200 |
commit | f24bb7287ddbdfd9b75fe782c366abc7939a4190 (patch) | |
tree | 6d9348541525dcc66caa7899b1b8462c1a7b7bd7 /MAINTAINERS | |
parent | 78067fdef6828febf894ff1941cfb95e2dd00ad5 (diff) | |
download | qemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.zip qemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.tar.gz qemu-f24bb7287ddbdfd9b75fe782c366abc7939a4190.tar.bz2 |
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-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 66ddbda..2e40390 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> |