Hi,
I have been reading about vhost-user and specifically vhost-user-gpu, which is used alongside VirGL/Venus on QEMU to provide "pieces"/"slices" of a GPU from the host to Guests/VMs.
The problem with this is that using `dpdk`, this is running in user-space instead of kernel space, which is a...