Index: virt-manager-0.9.0/src/virtManager/uihelpers.py =================================================================== --- virt-manager-0.9.0.orig/src/virtManager/uihelpers.py +++ virt-manager-0.9.0/src/virtManager/uihelpers.py @@ -290,6 +290,7 @@ def populate_netmodel_combo(vm, combo): if vm.is_hvm(): mod_list = ["rtl8139", "ne2k_pci", "pcnet", "e1000"] if vm.get_hv_type() in ["kvm", "qemu", "test"]: + mod_list.append("eepro100") mod_list.append("virtio") if vm.get_hv_type() in ["xen", "test"]: mod_list.append("netfront")