[Qemu-devel] [PATCH 0/2] MIPS Boston / pch_gbe ethernet support

Paul Burton posted 2 patches 7 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180217192215.28581-1-paul.burton@mips.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
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
[Qemu-devel] [PATCH 0/2] MIPS Boston / pch_gbe ethernet support
Posted by Paul Burton 7 years, 8 months ago
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