This short series introduces support for emulating the ethernet controller found in the Intel EG20T Platform Controller Hub, and then enables that device for the MIPS Boston board. This gives the Boston board a network device matching that found on real Boston boards, providing unmodified Boston Linux kernels with network access.
Applies atop master as of 5e8d6a12d643 ("Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180216-pull-request' into staging"). Paul Burton (2): hw/net: Add support for Intel pch_gbe ethernet hw/mips/boston: Enable pch_gbe ethernet controller default-configs/mips64el-softmmu.mak | 1 + hw/mips/boston.c | 8 +- hw/net/Makefile.objs | 1 + hw/net/pch_gbe.c | 766 +++++++++++++++++++++++++++++++++++ 4 files changed, 775 insertions(+), 1 deletion(-) create mode 100644 hw/net/pch_gbe.c -- 2.16.1