aboutsummaryrefslogtreecommitdiff
path: root/hw/net/opencores_eth.c
AgeCommit message (Expand)Author
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-24net: opencores_eth: convert SysBus init method to a realize methodCédric Le Goater
2017-12-22opencores_eth: use inline net_crc32() and bitshift instead of compute_mcast_i...Mark Cave-Ayland
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-05-23hw/net/opencores_eth: Allocating Large sized arrays to heapZhou Jie
2016-05-23hw/net/opencores_eth: use mii.hMax Filippov
2016-04-04opencores_eth: indicate autonegotiation completionMax Filippov
2016-01-29hw/net: Clean up includesPeter Maydell
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-02-24opencores_eth: flush queue whenever can_receive can go from false to trueMax Filippov
2013-07-29opencores_eth: QOM cast cleanupAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini