f0f05569d6
virtman-update-backend.diff - Update to latest upstream git version for various bug fixes virtmanager: a712a7b32e6d7b7d9d53561b3ed2078190191560 virtinst: 15d4901a3c8b855838931976e023158b8cda1c37 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=78
13 lines
602 B
Diff
13 lines
602 B
Diff
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
|
|
@@ -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() in ["xen", "test"]:
|
|
mod_list.append("netfront")
|