Implement vsock socket layer

This commit is contained in:
Anmin Liu
2024-04-07 15:08:18 +00:00
committed by Tate, Hongliang Tian
parent 83a7937334
commit ad140cec3c
34 changed files with 1421 additions and 688 deletions

View File

@ -60,7 +60,7 @@ MICROVM_QEMU_ARGS="\
-device virtio-net-device,netdev=net01 \
-device virtio-serial-device \
-device virtconsole,chardev=mux \
-device vhost-vsock-pci,id=vhost-vsock-pci0,guest-cid=3 \
-device vhost-vsock-device,guest-cid=3 \
"
if [ "$1" = "microvm" ]; then