aboutsummaryrefslogtreecommitdiff
path: root/hw/net/xilinx_ethlite.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-16hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth1-1/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-3/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2016-08-09hw/net: Fix a heap overflow in xlnx.xps-ethernetlitechaojianhu1-0/+4
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-01-29hw/net: Clean up includesPeter Maydell1-0/+1
2015-03-10xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster1-0/+1
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-06-09net: xilinx_ethlite: Fix Rx-pong interruptPeter Crosthwaite1-1/+2
2014-06-09net: xilinx_ethlite: Convert to realize()Peter Crosthwaite1-11/+14
2014-06-09net: xilinx_ethlite: Don't reset from initPeter Crosthwaite1-1/+8
2013-07-29xilinx_ethlite: QOM cast cleanupAndreas Färber1-7/+13
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-0/+263