summaryrefslogtreecommitdiffstats
path: root/hw/net/xilinx_ethlite.c
Commit message (Expand)AuthorAgeFilesLines
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* 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-1/+1
* hw/net: Fix a heap overflow in xlnx.xps-ethernetlitechaojianhu2016-08-091-0/+4
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster2015-03-101-0/+1
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* net: xilinx_ethlite: Fix Rx-pong interruptPeter Crosthwaite2014-06-091-1/+2
* net: xilinx_ethlite: Convert to realize()Peter Crosthwaite2014-06-091-11/+14
* net: xilinx_ethlite: Don't reset from initPeter Crosthwaite2014-06-091-1/+8
* xilinx_ethlite: QOM cast cleanupAndreas Färber2013-07-291-7/+13
* hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+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/+263