include/hw/net/imx_fec.h | 7 +- include/hw/net/lan9118_phy.h | 31 +++++++ include/hw/net/mii.h | 6 ++ hw/net/imx_fec.c | 141 +++-------------------------- hw/net/lan9118.c | 133 +++++---------------------- hw/net/lan9118_phy.c | 168 +++++++++++++++++++++++++++++++++++ hw/net/Kconfig | 5 ++ hw/net/meson.build | 1 + hw/net/trace-events | 10 ++- 9 files changed, 254 insertions(+), 248 deletions(-) create mode 100644 include/hw/net/lan9118_phy.h create mode 100644 hw/net/lan9118_phy.c