From 3730c21e17767e9889754a27e531eedcfe30f158 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 12 Apr 2024 15:42:38 +0800 Subject: [PATCH] auto_update --- ...\232\204\345\207\240\347\247\215\346\250\241\345\274\217.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/source/_posts/qemu/qemu\350\277\220\350\241\214virtio_net\347\232\204\345\207\240\347\247\215\346\250\241\345\274\217.md" "b/source/_posts/qemu/qemu\350\277\220\350\241\214virtio_net\347\232\204\345\207\240\347\247\215\346\250\241\345\274\217.md" index e384ab2..7567134 100644 --- "a/source/_posts/qemu/qemu\350\277\220\350\241\214virtio_net\347\232\204\345\207\240\347\247\215\346\250\241\345\274\217.md" +++ "b/source/_posts/qemu/qemu\350\277\220\350\241\214virtio_net\347\232\204\345\207\240\347\247\215\346\250\241\345\274\217.md" @@ -47,7 +47,7 @@ qemu-system-x86_64 -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off -netdev vhost-user,chardev=charnet0,id=hostnet0,queues=6 \ -chardev socket,id=charnet0,path=/tmp/vdpa-socket0,server=on \ -device pcie-root-port,port=0x10,chassis=1,id=pci.4,bus=pcie.0,multifunction=on,addr=0x2 \ - -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:00:34:56,bus=pci.4,mq=on,host_mtu=3500 \ + -device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:00:34:56,bus=pci.4,mq=on,host_mtu=3500,mrg_rxbuf=off \ -nographic -serial mon:stdio -monitor tcp:127.0.0.1:3333,server,nowait ```