Browse Source

Adjust vsock device type in aarch64/MMIO example

Alice Wang 2 năm trước cách đây
mục cha
commit
76594cf2be
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/aarch64/Makefile

+ 1 - 1
examples/aarch64/Makefile

@@ -56,7 +56,7 @@ qemu: $(kernel_qemu_bin) $(img)
 		-global virtio-mmio.force-legacy=false \
 		-nic none \
 		-drive file=$(img),if=none,format=raw,id=x0 \
-		-device vhost-vsock-pci,id=virtiosocket0,guest-cid=102 \
+		-device vhost-vsock-device,id=virtiosocket0,guest-cid=102 \
 		-device virtio-blk-device,drive=x0 \
 		-device virtio-gpu-device \
 		-device virtio-serial,id=virtio-serial0 \