summary refs log tree commit diff stats
path: root/hw/net/npcm_gmac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi2024-12-211-1/+1
|\
| * include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* | 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/net/npcm_gmac: Change error log to trace eventNabih Estefan2024-11-051-3/+2
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/net: GMAC Tx ImplementationNabih Estefan Diaz2024-02-021-0/+203
* hw/net: GMAC Rx ImplementationNabih Estefan Diaz2024-02-021-2/+274
* hw/net: Add NPCMXXX GMAC deviceHao Wu2024-02-021-0/+467