summaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-6/+6
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* eepro100: Fix network hang when rx buffers run outBo Yang2012-09-141-1/+3
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-3/+3
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-2/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* | Avoid returning voidBlue Swirl2012-07-281-4/+11
* | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
|/
* eepro100: Fix multicast regressionStefan Weil2012-04-251-2/+26
* net: move compute_mcast_idx() to net.hJason Wang2012-03-161-25/+0
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-39/+44
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-75/+125
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori2011-12-141-1/+1
|\
| * fix typo: delete redundant semicolonDong Xu Wang2011-12-061-1/+1
* | Remove unnecessary casts from PCI DMA code in eepro100David Gibson2011-12-121-4/+3
|/
* eepro100: Fix alignment requirement for statistical countersStefan Weil2011-11-281-1/+9
* eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-72/+49
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-4/+3
* eepro100: convert to memory APIAvi Kivity2011-08-081-145/+37
* Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-1/+1
|\
| * Fix typo in code and commentsStefan Weil2011-05-061-1/+1
* | eepro100: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-41/+33
|/
* Merge remote branch 'origin/master' into pciMichael S. Tsirkin2011-05-051-1/+1
|\
| * PXE: Use consistent naming for PXE ROMsAlex Williamson2011-04-181-1/+1
* | eepro100: Support 32 bit read/write access to flash registerStefan Weil2011-05-051-0/+9
* | eepro100: Support byte read access to general control registerStefan Weil2011-05-051-0/+3
* | eepro100: Support byte/word read/write access to MDI control registerStefan Weil2011-05-051-2/+32
* | eepro100: Support byte/word writes to pointer registerStefan Weil2011-05-051-17/+16
* | eepro100: Support byte/word writes to port addressStefan Weil2011-05-051-2/+18
* | eepro100: Fix endianness issuesStefan Weil2011-05-051-44/+97
* | eepro100: Pad received short framesStefan Weil2011-05-051-1/+25
* | eepro100: Remove unused structure elementStefan Weil2011-05-051-3/+3
* | eepro100: Remove type casts which are no longer neededStefan Weil2011-05-051-7/+6
* | eepro100: Avoid duplicate debug messagesStefan Weil2011-05-051-5/+9
* | eepro100: convert to pci_register_bar_simple()Avi Kivity2011-04-071-30/+13
|/
* Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+3
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* eepro100: Use a single rom file for all i825xx devicesStefan Weil2010-11-221-11/+3
* Merge branch 'pci' into for_anthonyMichael S. Tsirkin2010-10-271-2/+2
|\
| * pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata2010-09-071-2/+2
* | eepro100: initialize a variable in all casesBlue Swirl2010-10-131-3/+3
* | eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil2010-10-071-9/+21
|/
OpenPOWER on IntegriCloud