This allows people to use the ne2k-pci network driver, for those
situations where the virtio_net driver is broken (cough 516022 cough).
virtio*.ko
+# We normally use virtio_net, but keep these in reserve.
+8390.ko
+ne2k-pci.ko
+
# drivers for QEMUs IDE/SCSI device emulation
cdrom.ko
i2c-piix4.ko
}
#endif
add_cmdline (g, "-net");
- add_cmdline (g, "nic,model=virtio,vlan=0");
+ add_cmdline (g, "nic,model=virtio,vlan=0"); /* model=ne2k_pci also works */
/* These options recommended by KVM developers to improve reliability. */
if (qemu_supports (g, "-no-hpet"))