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