From f563826e90db9aaac0f3dd012e1db252439d9231 Mon Sep 17 00:00:00 2001 From: wq <2332054245@qq.com> Date: Mon, 22 Sep 2025 14:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81mugen=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=A5=97=E5=A4=9A=E4=B8=AA=E7=BD=91=E5=8D=A1=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E8=BF=90=E8=A1=8C=EF=BC=8C=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E6=95=B4=E4=B8=AAmugen=E7=BD=91=E5=8D=A1=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E6=9C=80=E5=A4=9A=E9=9C=80=E8=A6=815=E4=B8=AA=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E8=99=9A=E6=8B=9F=E6=9C=BA=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=E9=BB=98=E8=AE=A4=E7=BD=91=E5=8D=A1?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA5=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/qemu/kvm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/providers/qemu/kvm.sh b/providers/qemu/kvm.sh index 7214bfe0..fd39fcaf 100755 --- a/providers/qemu/kvm.sh +++ b/providers/qemu/kvm.sh @@ -345,6 +345,9 @@ common_option() -virtfs local,path=$host_dir/result_root,mount_tag=9p/result_root,security_model=none,id=result_root.$job_id -netdev user,id=net0 -device virtio-net,netdev=net0 -netdev user,id=net1 -device e1000,netdev=net1 + -netdev user,id=net2 -device virtio-net,netdev=net2 + -netdev user,id=net3 -device e1000,netdev=net3 + -netdev user,id=net4 -device virtio-net,netdev=net4 ${netdev} ${nic[@]} -no-reboot -- Gitee