Failed in applying to current master (
apply log)
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>
docs/system/arm/nuvoton.rst | 2 +
hw/arm/npcm7xx.c | 53 +-
hw/misc/meson.build | 1 +
hw/misc/npcm7xx_pci_mbox.c | 324 ++++++++++
hw/misc/trace-events | 5 +
hw/net/meson.build | 2 +-
hw/net/npcm_gmac.c | 943 ++++++++++++++++++++++++++++
hw/net/trace-events | 19 +
include/hw/arm/npcm7xx.h | 4 +
include/hw/misc/npcm7xx_pci_mbox.h | 81 +++
include/hw/net/npcm_gmac.h | 340 ++++++++++
tests/qtest/meson.build | 2 +
tests/qtest/npcm7xx_pci_mbox-test.c | 238 +++++++
tests/qtest/npcm_gmac-test.c | 341 ++++++++++
14 files changed, 2351 insertions(+), 4 deletions(-)
create mode 100644 hw/misc/npcm7xx_pci_mbox.c
create mode 100644 hw/net/npcm_gmac.c
create mode 100644 include/hw/misc/npcm7xx_pci_mbox.h
create mode 100644 include/hw/net/npcm_gmac.h
create mode 100644 tests/qtest/npcm7xx_pci_mbox-test.c
create mode 100644 tests/qtest/npcm_gmac-test.c