Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240131002800.989285-1-nabihestefan@google.com
Maintainers: Tyrone Ting <kfting@nuvoton.com>, Hao Wu <wuhaotsh@google.com>, Peter Maydell <peter.maydell@linaro.org>, Jason Wang <jasowang@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
hw/arm/npcm7xx.c | 37 +-
hw/net/meson.build | 2 +-
hw/net/npcm_gmac.c | 942 +++++++++++++++++++++++++++++++++++
hw/net/trace-events | 19 +
include/hw/arm/npcm7xx.h | 2 +
include/hw/net/npcm_gmac.h | 343 +++++++++++++
tests/qtest/meson.build | 1 +
tests/qtest/npcm_gmac-test.c | 344 +++++++++++++
8 files changed, 1687 insertions(+), 3 deletions(-)
create mode 100644 hw/net/npcm_gmac.c
create mode 100644 include/hw/net/npcm_gmac.h
create mode 100644 tests/qtest/npcm_gmac-test.c