summaryrefslogtreecommitdiffstats
path: root/hw/net/lan9118.c
Commit message (Expand)AuthorAgeFilesLines
* lan9118: switch to use qemu_receive_packet() for loopbackAlexander Bulekov2021-03-151-1/+1
* hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell2021-01-121-6/+18
* hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell2021-01-121-1/+1
* 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: Remove superfluous breaksLiao Pingfang2020-09-011-2/+0Star
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+3
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw/net/lan9118.c: Switch to transaction-based ptimer APIPeter Maydell2019-10-151-4/+7
* ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell2019-10-151-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 qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* 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
* hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-291-1/+0Star
* hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* net: lan9118: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-6/+3Star
* lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()Mark Cave-Ayland2017-12-221-1/+2
* hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* lan9118: log and ignore access to invalid registers, rather than abortingAndrew Baumann2015-12-071-4/+8
* lan9118: fix emulation of MAC address loaded bit in E2P_CMD registerAndrew Baumann2015-12-071-3/+5
* lan9118: Drop lan9118_can_receiveFam Zheng2015-07-201-6/+0Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* Fix lan9118 buffer length handlingRoy Franz2014-01-271-1/+1
* Fix lan9118 TX "CMD A" handlingRoy Franz2014-01-271-2/+2
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-2/+2
* lan9118: QOM cast cleanupAndreas Färber2013-07-291-10/+16
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1399