6ac959ff96
- KVM: Add support for the qed file format - KVM now supports the eepro100. Add support in virt-manager for this nic virtman-eepro100.diff - bnc#602775 - An icon lost in "virt-manager" virtman-icon.diff OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=55
13 lines
574 B
Diff
13 lines
574 B
Diff
Index: virt-manager-0.8.7/src/virtManager/uihelpers.py
|
|
===================================================================
|
|
--- virt-manager-0.8.7.orig/src/virtManager/uihelpers.py
|
|
+++ virt-manager-0.8.7/src/virtManager/uihelpers.py
|
|
@@ -215,6 +215,7 @@ def populate_netmodel_combo(vm, combo):
|
|
if vm.is_hvm():
|
|
mod_list = ["rtl8139", "ne2k_pci", "pcnet", "e1000"]
|
|
if vm.get_hv_type() == "kvm":
|
|
+ mod_list.append("eepro100")
|
|
mod_list.append("virtio")
|
|
if vm.get_hv_type() == "xen":
|
|
mod_list.append("netfront")
|