summary refs log tree commit diff stats
path: root/hw/net/npcm7xx_emc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev2024-09-201-2/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/net: Constify VMStateRichard Henderson2023-12-301-1/+1
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/net: npcm7xx_emc: set MAC in register spacePatrick Venture2023-05-021-7/+25
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-8/+12
* hw/net: npcm7xx_emc fix missing queue_flushPatrick Venture2021-12-151-10/+8
* net/npcm7xx_emc.c: Fix handling of receiving packets when RSDR not setDoug Evans2021-03-301-1/+3
* hw/net: Add npcm7xx emc modelDoug Evans2021-03-051-0/+857