diff --git a/providers/qemu/kvm.sh b/providers/qemu/kvm.sh index 7214bfe0f8bd0cb955fa8e83e64a526d739f14fa..fd39fcaf1ee0f31e7bf41559b6b31ec583ca96c8 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