aboutsummaryrefslogtreecommitdiff
path: root/hw/net/lan9118.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus 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
2019-04-29hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé
2019-04-29hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé
2018-10-24net: lan9118: convert SysBus init method to a realize methodCédric Le Goater
2017-12-22lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-01-29hw/net: Clean up includesPeter Maydell
2015-12-07lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann
2015-12-07lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann
2015-07-20lan9118: Drop lan9118_can_receiveFam Zheng
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-01-27Fix lan9118 buffer length handlingRoy Franz
2014-01-27Fix lan9118 TX "CMD A" handlingRoy Franz
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29lan9118: QOM cast cleanupAndreas Färber
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-15arm: fix location of some include filesPeter Maydell
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini