12870dd68e
* Convert to gtkbuilder: UI can now be editted with modern glade tool * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host * Option to configure spapr net and disk devices for pseries (Li Zhang) * Many bug fixes and improvements OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=100
13 lines
603 B
Diff
13 lines
603 B
Diff
Index: virt-manager-0.9.3/src/virtManager/uihelpers.py
|
|
===================================================================
|
|
--- virt-manager-0.9.3.orig/src/virtManager/uihelpers.py
|
|
+++ virt-manager-0.9.3/src/virtManager/uihelpers.py
|
|
@@ -309,6 +309,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() == "kvm" and
|
|
vm.get_machtype() == "pseries"):
|