summary refs log tree commit diff stats
path: root/hw/net/msf2-emac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net: Constify VMStateRichard Henderson2023-12-301-1/+1
* net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki2023-11-211-1/+2
* hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell2023-05-021-7/+11
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* msf2-mac: switch to use qemu_receive_packet() for loopbackJason Wang2021-03-151-1/+1
* hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep2020-04-301-0/+589