summaryrefslogtreecommitdiff
path: root/hw/net/etraxfs_eth.c
AgeCommit message (Expand)Author
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-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
2020-01-07etraxfs: remove PROP_PTR usageMarc-André Lureau
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-10-24net: etraxfs_eth: add a reset methodCédric Le Goater
2018-10-24net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-01-29hw/net: Clean up includesPeter Maydell
2016-01-13etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster
2015-07-20etraxfs_eth: Drop eth_can_receiveFam Zheng
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster
2013-07-29etraxfs_eth: Rename fs_eth to ETRAXFSEthStateAndreas Färber
2013-07-29etraxfs_eth: 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