]> git.proxmox.com Git - mirror_qemu.git/commit - backends/Makefile.objs
Add vhost-user-backend
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 3 May 2019 13:00:31 +0000 (15:00 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 May 2019 10:48:35 +0000 (12:48 +0200)
commitf24bb7287ddbdfd9b75fe782c366abc7939a4190
tree6d9348541525dcc66caa7899b1b8462c1a7b7bd7
parent78067fdef6828febf894ff1941cfb95e2dd00ad5
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>
MAINTAINERS
backends/Makefile.objs
backends/vhost-user.c [new file with mode: 0644]
include/sysemu/vhost-user-backend.h [new file with mode: 0644]