2013-11-26 22:23:05 +01:00
|
|
|
Index: virt-manager-0.10.0/virtManager/uihelpers.py
|
2011-08-05 22:38:31 +02:00
|
|
|
===================================================================
|
2013-11-26 22:23:05 +01:00
|
|
|
--- virt-manager-0.10.0.orig/virtManager/uihelpers.py
|
|
|
|
+++ virt-manager-0.10.0/virtManager/uihelpers.py
|
|
|
|
@@ -332,6 +332,7 @@ def populate_netmodel_combo(vm, combo):
|
2011-08-05 22:38:31 +02:00
|
|
|
if vm.is_hvm():
|
|
|
|
mod_list = ["rtl8139", "ne2k_pci", "pcnet", "e1000"]
|
2011-09-20 17:08:57 +02:00
|
|
|
if vm.get_hv_type() in ["kvm", "qemu", "test"]:
|
2011-08-05 22:38:31 +02:00
|
|
|
+ mod_list.append("eepro100")
|
|
|
|
mod_list.append("virtio")
|
2012-07-13 22:11:20 +02:00
|
|
|
if (vm.get_hv_type() == "kvm" and
|
|
|
|
vm.get_machtype() == "pseries"):
|