0b5fb01003
- bnc#822531 - Virt-manager will reset the domu's 'Autostart' option to unselected status as soon as changing the domu's any virtual hardware through virt-manager (Xen only) virtman-autorestart.diff OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=116
13 lines
603 B
Diff
13 lines
603 B
Diff
Index: virt-manager-0.9.5/src/virtManager/uihelpers.py
|
|
===================================================================
|
|
--- virt-manager-0.9.5.orig/src/virtManager/uihelpers.py
|
|
+++ virt-manager-0.9.5/src/virtManager/uihelpers.py
|
|
@@ -311,6 +311,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"):
|