Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240125194247.1589037-1-nabihestefan@google.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, 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/specs/pci_mbox_chardev.rst | 159 +++++
docs/system/arm/nuvoton.rst | 2 +
hw/arm/npcm7xx.c | 53 +-
hw/misc/meson.build | 1 +
hw/misc/npcm7xx_pci_mbox.c | 335 ++++++++++
hw/misc/trace-events | 5 +
hw/net/meson.build | 2 +-
hw/net/npcm_gmac.c | 939 ++++++++++++++++++++++++++++
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 | 242 +++++++
tests/qtest/npcm_gmac-test.c | 341 ++++++++++
15 files changed, 2521 insertions(+), 4 deletions(-)
create mode 100644 docs/specs/pci_mbox_chardev.rst
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