aboutsummaryrefslogtreecommitdiff
path: root/hw/net/msf2-emac.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/net: Constify VMStateRichard Henderson1-1/+1
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2023-05-02hw/net/msf2-emac: Don't modify descriptor in-place in emac_store_desc()Peter Maydell1-7/+11
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-15msf2-mac: switch to use qemu_receive_packet() for loopbackJason Wang1-1/+1
2020-04-30hw/net: Add Smartfusion2 emac blockSubbaraya Sundeep1-0/+589