aboutsummaryrefslogtreecommitdiff
path: root/hw/net/stellaris_enet.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus 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
2018-10-24net: stellaris_enet: add a reset methodCédric Le Goater
2018-10-24net: stellaris_enet: convert SysBus init method to a realize methodCédric Le Goater
2018-06-26hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé
2018-06-26hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé
2017-01-27arm: stellaris: make MII accesses complete immediatelyMichael Davidsaver
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-04-11net: stellaris_enet: check packet length against receive bufferpull-target-arm-20160411Prasad J Pandit
2016-01-29arm: Clean up includesPeter Maydell
2015-07-27stellaris_enet: Flush queued packets when read doneFam Zheng
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell
2014-02-26hw/net/stellaris_enet: Avoid unintended sign extensionPeter Maydell
2013-07-29stellaris_enet: Fix NetClientInfo::cleanupAndreas Färber
2013-07-29stellaris_enet: 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-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini