Index: lib/cros_vm_lib.sh |
diff --git a/lib/cros_vm_lib.sh b/lib/cros_vm_lib.sh |
index 7a99cbebe25774791d68a0892780977a8a402f22..d28539c14d5b068fc3003a6be971c8bf64d29c5c 100644 |
--- a/lib/cros_vm_lib.sh |
+++ b/lib/cros_vm_lib.sh |
@@ -55,7 +55,7 @@ function start_kvm() { |
-vga std \ |
-pidfile "${KVM_PID_FILE}" \ |
-daemonize \ |
- -net nic,model=e1000 \ |
+ -net nic,model=virtio \ |
${nographics} \ |
${snapshot} \ |
-net user,hostfwd=tcp::${FLAGS_ssh_port}-:22 \ |