]> Git Repo - qemu.git/commit
virtio: add vhost-user-vsock base device
authorStefano Garzarella <[email protected]>
Fri, 22 May 2020 12:25:11 +0000 (14:25 +0200)
committerMichael S. Tsirkin <[email protected]>
Fri, 12 Jun 2020 14:17:06 +0000 (10:17 -0400)
commit5fe97d8829e8bc2a297474df20cd3ac12eebdbba
tree53e6a837f84347b30f9c6d66a771f61d85a66746
parentc6136ec0c6fea0db638de08720018fd4bc777787
virtio: add vhost-user-vsock base device

This patch introduces a vhost-user device for vsock, using the
vhost-vsock-common parent class.

The vhost-user-vsock device can be used to implement the virtio-vsock
device emulation in user-space.

Signed-off-by: Stefano Garzarella <[email protected]>
Message-Id: <20200522122512[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
configure
hw/virtio/Makefile.objs
hw/virtio/vhost-user-vsock.c [new file with mode: 0644]
include/hw/virtio/vhost-user-vsock.h [new file with mode: 0644]
This page took 0.025558 seconds and 4 git commands to generate.