summaryrefslogtreecommitdiffstats
path: root/hw/net/etraxfs_eth.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+4
* 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/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* etraxfs: remove PROP_PTR usageMarc-André Lureau2020-01-071-11/+33
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* net: etraxfs_eth: add a reset methodCédric Le Goater2018-10-241-6/+25
* net: etraxfs_eth: convert SysBus init method to a realize methodCédric Le Goater2018-10-241-7/+6Star
* hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2018-06-291-4/+4
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net: Clean up includesPeter Maydell2016-01-291-1/+1
* etraxfs_eth: Don't use hw_error() in init() methodMarkus Armbruster2016-01-131-1/+3
* etraxfs_eth: Drop eth_can_receiveFam Zheng2015-07-201-6/+0Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-13/+0Star
* hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster2013-12-241-0/+2
* etraxfs_eth: Rename fs_eth to ETRAXFSEthStateAndreas Färber2013-07-291-19/+19
* etraxfs_eth: QOM cast cleanupAndreas Färber2013-07-291-6/+12
* 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
* hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini2013-04-081-0/+656