summary refs log tree commit diff stats
path: root/hw/net/xilinx_ethlite.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/net/xilinx_ethlite: Make device endianness configurablePhilippe Mathieu-Daudé2025-02-161-6/+23
* hw/net/xilinx_ethlite: Map RESERVED I/O as unimplementedPhilippe Mathieu-Daudé2025-01-131-0/+11
* hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container'Philippe Mathieu-Daudé2025-01-131-8/+8
* hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory regionPhilippe Mathieu-Daudé2025-01-131-64/+17
* hw/net/xilinx_ethlite: Map TX_CTRL as MMIOPhilippe Mathieu-Daudé2025-01-131-30/+24
* hw/net/xilinx_ethlite: Map TX_GIE as MMIOPhilippe Mathieu-Daudé2025-01-131-10/+7
* hw/net/xilinx_ethlite: Map TX_LEN as MMIOPhilippe Mathieu-Daudé2025-01-131-12/+61
* hw/net/xilinx_ethlite: Map RX_CTRL as MMIOPhilippe Mathieu-Daudé2025-01-131-15/+67
* hw/net/xilinx_ethlite: Access TX_CTRL register for each portPhilippe Mathieu-Daudé2025-01-131-8/+7
* hw/net/xilinx_ethlite: Access TX_LEN register for each portPhilippe Mathieu-Daudé2025-01-131-2/+6
* hw/net/xilinx_ethlite: Access TX_GIE register for each portPhilippe Mathieu-Daudé2025-01-131-2/+10
* hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helperPhilippe Mathieu-Daudé2025-01-131-10/+29
* hw/net/xilinx_ethlite: Introduce txbuf_ptr() helperPhilippe Mathieu-Daudé2025-01-131-2/+16
* hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented)Philippe Mathieu-Daudé2025-01-131-0/+12
* hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bitPhilippe Mathieu-Daudé2025-01-131-0/+4
* hw/net/xilinx_ethlite: Rename rxbuf -> port_indexPhilippe Mathieu-Daudé2024-12-311-6/+5
* hw/net/xilinx_ethlite: Correct maximum RX buffer sizePhilippe Mathieu-Daudé2024-12-311-1/+5
* hw/net/xilinx_ethlite: Update QOM stylePhilippe Mathieu-Daudé2024-12-311-26/+22
* hw/net/xilinx_ethlite: Remove unuseful debug logsPhilippe Mathieu-Daudé2024-12-311-8/+0
* hw/net/xilinx_ethlite: Convert some debug logs to trace eventsPhilippe Mathieu-Daudé2024-12-311-2/+3
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/net: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/net: Move xilinx_ethlite.c to the target-independent source setThomas Huth2023-05-161-1/+1
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-3/+3
* 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/+0
* 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/+0
* 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