Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
kvm
kvm-qemu-make-rtl8139-default-nic.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kvm-qemu-make-rtl8139-default-nic.patch of Package kvm
We need this, but perhaps we can drop in SLES 12. Index: qemu-1.3.rc1/hw/pc.c =================================================================== --- qemu-1.3.rc1.orig/hw/pc.c +++ qemu-1.3.rc1/hw/pc.c @@ -1068,7 +1068,7 @@ void pc_nic_init(ISABus *isa_bus, PCIBus if (!pci_bus || (nd->model && strcmp(nd->model, "ne2k_isa") == 0)) { pc_init_ne2k_isa(isa_bus, nd); } else { - pci_nic_init_nofail(nd, "e1000", NULL); + pci_nic_init_nofail(nd, "rtl8139", NULL); } } }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor