22 Aug
2024
22 Aug
'24
11:59 a.m.
On Thu, 15 Aug 2024 17:50:23 +0200
Laurent Vivier
add virtio and vhost-user functions to connect with QEMU.
$ ./passt --vhost-user
and
# qemu-system-x86_64 ... -m 4G \ -object memory-backend-memfd,id=memfd0,share=on,size=4G \ -numa node,memdev=memfd0 \ -chardev socket,id=chr0,path=/tmp/passt_1.socket \ -netdev vhost-user,id=netdev0,chardev=chr0 \ -device virtio-net,mac=9a:2b:2c:2d:2e:2f,netdev=netdev0 \ ...
Signed-off-by: Laurent Vivier
This patch (and only this patch) has now some trivial conflicts with the current HEAD, as I wanted to apply it for review anyway, I solved them on my local branch, patch attached if it saves you some time. -- Stefano