virt-manager/virtman-eepro100.patch
Charles Arnold bac3f6bcbd - bsc#960828 - Unable to create qcow2 volumes on remote KVM with
virt-manager
  virtinst-vol-default-nocow.patch
- bsc#960724 - virt-manager fails to create Virtual machines on a
  CentOS7 host
  virtinst-set-qemu-emulator.patch
- Upstream bug fix
  89c3638b-fix-detection-that-libvirtd-is-stopped.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=290
2016-01-12 20:36:29 +00:00

14 lines
605 B
Diff

Enhancement to add the eepro100 NIC for KVM
Index: virt-manager-1.3.2/virtManager/addhardware.py
===================================================================
--- virt-manager-1.3.2.orig/virtManager/addhardware.py
+++ virt-manager-1.3.2/virtManager/addhardware.py
@@ -571,6 +571,7 @@ class vmmAddHardware(vmmGObjectUI):
if vm.is_hvm():
mod_list = []
if vm.get_hv_type() in ["kvm", "qemu", "test"]:
+ mod_list.append("eepro100")
mod_list.append("virtio")
mod_list.append("rtl8139")
mod_list.append("e1000")