summaryrefslogtreecommitdiffstats
path: root/hw/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/qdev: type safety in reset handlerMichael S. Tsirkin2009-10-051-5/+5
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-2/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-16/+16
* Get rid of _t suffixmalc2009-10-011-16/+16
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+3
* qdev: convert rtl8139 to resetGerd Hoffmann2009-09-091-4/+4
* rtl8139: remove pointless cast from void *Juan Quintela2009-08-271-2/+2
* rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela2009-08-271-25/+13
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-2/+2
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Revert "Update irqs on reset and device load"Blue Swirl2009-06-171-2/+0
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Merge branch 'net-queue'Anthony Liguori2009-06-101-18/+21
|\
| * net: add return value to packet receive handlerMark McLoughlin2009-06-091-13/+16
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-7/+7
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* | Update irqs on reset and device loadBlue Swirl2009-06-091-0/+2
* | Register reset functions for e1000 and rtl8139Blue Swirl2009-06-091-1/+3
|/
* PCI network qdev conversionPaul Brook2009-05-141-12/+11
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+4
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+30
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+2
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-6/+4
* RTL8139: Latch C+ mode state instead of inferring it from C+ Command register...aliguori2009-01-131-3/+17
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-8/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Add qemu_realloc(), by Gerd Hoffmann.ths2008-08-061-1/+1
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-2/+1
* rtl8139: fix endianness on big endian targetsaurel322008-03-131-26/+16
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-6/+6
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-2/+3
* Add statics and missing #includes for prototypes.pbrook2007-11-181-5/+6
* Break up vl.h.pbrook2007-11-171-1/+4
* Fix typo, spotted by Samuel Thibault.ths2007-11-091-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-26/+26
* Fix rtl8139 checksum calculation, by Tim Deegan.ths2007-08-011-6/+5
* Spelling fixes, by Stefan Weil.ths2007-07-111-1/+1
* Unify IRQ handling.pbrook2007-04-071-1/+1
OpenPOWER on IntegriCloud