summaryrefslogtreecommitdiff
path: root/hw/net/lan9118.c
AgeCommit message (Expand)Author
2021-03-15lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov
2021-01-12hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell
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-09-01hw: Remove superfluous breaksLiao Pingfang
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-10-15hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
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