Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210202232838.1641382-1-dje@google.com
Maintainers: Havard Skinnemoen <hskinnemoen@google.com>, Tyrone Ting <kfting@nuvoton.com>, Thomas Huth <thuth@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Peter Maydell <peter.maydell@linaro.org>, Jason Wang <jasowang@redhat.com>
docs/system/arm/nuvoton.rst | 3 +-
hw/arm/npcm7xx.c | 50 +-
hw/net/meson.build | 1 +
hw/net/npcm7xx_emc.c | 852 +++++++++++++++++++++++++++++++++
hw/net/trace-events | 17 +
include/hw/arm/npcm7xx.h | 2 +
include/hw/net/npcm7xx_emc.h | 286 +++++++++++
tests/qtest/meson.build | 1 +
tests/qtest/npcm7xx_emc-test.c | 793 ++++++++++++++++++++++++++++++
9 files changed, 2002 insertions(+), 3 deletions(-)
create mode 100644 hw/net/npcm7xx_emc.c
create mode 100644 include/hw/net/npcm7xx_emc.h
create mode 100644 tests/qtest/npcm7xx_emc-test.c