mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-18 12:06:43 +00:00
Implement vsock socket layer
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
83a7937334
commit
ad140cec3c
@ -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
|
||||
|
Reference in New Issue
Block a user