summaryrefslogtreecommitdiffstats
path: root/hw/rtl8139.c
Commit message (Expand)AuthorAgeFilesLines
* rtl8139: honor RxOverflow flag in can_receive methodFernando Luis Vazquez Cao2012-06-071-1/+1
* Revert "rtl8139: do the network/host communication only in normal operating m...Jason Wang2012-06-041-9/+0
* rtl8139: fix regression in TxStatus/TxAddr readAvi Kivity2012-05-081-1/+1
* rtl8139: do not assume TxStatus[] and TxAddr[] are adjacentStefan Hajnoczi2012-04-111-11/+15
* rtl8139: do the network/host communication only in normal operating modeJason Wang2012-03-161-0/+9
* rtl8139: correctly check the opmodeJason Wang2012-03-161-3/+5
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-24/+0
* rtl8139: support byte read to TxStatus registersJason Wang2012-03-161-4/+29
* rtl8139: remove unused marcoJason Wang2012-03-161-3/+0
* rtl8139: limit transmission buffer size in c+ modeJason Wang2012-03-161-6/+5
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-16/+25
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * hw: Fix spelling in commentsStefan Weil2011-12-141-1/+1
* | Remove unnecessary casts from PCI DMA code in rtl8139David Gibson2011-12-121-4/+4
|/
* rtl8139: Fix invalid IO access alignmentJulian Pidancet2011-11-231-13/+1
* rtl8139: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-52/+54
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-4/+2
* rtl8139: convert to memory APIAvi Kivity2011-08-081-34/+38
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-20/+24
|\
| * Fix typo in code and commentsStefan Weil2011-05-061-20/+24
* | hw/rtl8139.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-4/+4
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-203/+237
|\
| * rtl8139: Fix compilation for w32/w64Stefan Weil2011-04-271-2/+1
| * rtl8139: add format attribute to DPRINTFBenjamin Poirier2011-04-251-3/+6
| * rtl8139: use variadic macro for debug statementsBenjamin Poirier2011-04-251-203/+232
| * rtl8139: use TARGET_FMT_plx in debug messagesBenjamin Poirier2011-04-251-6/+9
| * PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* | rtl8139: convert to pci_register_bar_simple()Avi Kivity2011-04-071-10/+1
|/
* rtl8139: add vlan tag insertionBenjamin Poirier2011-03-261-15/+60
* rtl8139: add vlan tag extractionBenjamin Poirier2011-03-261-14/+52
* rtl8139: cleanup FCS calculationBenjamin Poirier2011-03-261-17/+3
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-11/+11
* moving eeprom initializationWilliam Dauchy2011-03-131-12/+11
* rtl8139: Use subsection to restrict migration after hotplugAlex Williamson2011-01-051-1/+27
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+4
* rtl8139: Declare as little endianAlexander Graf2010-12-111-13/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* rtl8139: address TODOsMichael S. Tsirkin2010-07-111-3/+0
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* rewrote timer implementation for rtl8139.Frediano Ziglio2010-02-231-55/+84
* rtl8139: fix clang reporting unused assignment of VLAN tagging dataIgor V. Kovalenko2010-01-191-0/+5
* rtl: switch to symbolic names for pci registersMichael S. Tsirkin2009-12-231-6/+10
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-181-8/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-181-1/+1
OpenPOWER on IntegriCloud