Enhancement to add the eepro100 NIC for KVM
Index: virt-manager-1.3.0/virtManager/addhardware.py
===================================================================
--- virt-manager-1.3.0.orig/virtManager/addhardware.py
+++ virt-manager-1.3.0/virtManager/addhardware.py
@@ -565,6 +565,7 @@ class vmmAddHardware(vmmGObjectUI):
if vm.is_hvm():
mod_list = []
if vm.get_hv_type() in ["kvm", "qemu", "test"]:
+ mod_list.append("eepro100")
mod_list.append("virtio")
mod_list.append("rtl8139")
mod_list.append("e1000")