9 Oct
2024
9 Oct
'24
10:23 a.m.
On Mon, 7 Oct 2024 16:40:53 +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 has a trivial conflict with commit ff63ac922a40 ("conf: Add --dns-host option to configure host side nameserver"), which I had actually applied meanwhile. Rebased patch attached. -- Stefano