summaryrefslogtreecommitdiffstats
path: root/hw/net/opencores_eth.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-3/+2Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-5/+3Star
* opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland2017-12-221-1/+2
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie2016-05-231-1/+10
* hw/net/opencores_eth: use mii.hMax Filippov2016-05-231-17/+16Star
* opencores_eth: indicate autonegotiation completionMax Filippov2016-04-041-1/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-5/+0Star
* opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov2014-02-241-2/+31
* opencores_eth: QOM cast cleanupAndreas Färber2013-07-291-9/+15
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+733