diff --git a/backend_qemu.go b/backend_qemu.go index 840e7bd..a5906f0 100644 --- a/backend_qemu.go +++ b/backend_qemu.go @@ -211,6 +211,7 @@ func (b qemuBackend) StartQemu(kvm bool) (bool, error) { "-kernel", kernelPath, "-initrd", m.initrdpath, "-display", "none", + "-nic", "user,model=virtio-net-pci", "-no-reboot"} if kvm {