Enhancement to add the eepro100 NIC for KVM Index: virt-manager-1.3.2/virtManager/addhardware.py =================================================================== --- virt-manager-1.3.2.orig/virtManager/addhardware.py +++ virt-manager-1.3.2/virtManager/addhardware.py @@ -571,6 +571,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")